You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Routex is a lightweight multi-agent AI runtime for Go that takes a YAML-first approach — similar to how Infrastructure as Code works. Instead of writing orchestration logic, you describe your agents, their tools, LLM providers, and dependencies in a YAML file and let the runtime handle scheduling, parallelism, retries, and supervision automatically.
It is the only Go agent framework with Erlang-style supervision (one_for_one, one_for_all, rest_for_one restart policies with sliding-window budgets), native MCP tool server support, and a full CLI with typo correction.
Required links
Provide the links below. Our CI will automatically validate them.
✅ Repo: accessible, has go.mod and SemVer release
✅ pkg.go.dev: OK
✅ Go Report Card: OK (grade unknown)
Additional checks
✅ License: MIT ⚠️Maturity: repo appears to have less than 5 months of history
How to fix: Your repository needs at least 5 months of history since the first commit.
Please resubmit after the repository meets this requirement.
✅ CI/CD: GitHub Actions workflows detected
✅ README: present
✅ Coverage: link accessible
These checks are automated and do not replace maintainer review. See CONTRIBUTING.md for full guidelines.
PR Diff Validation
Content checks
✅ Files changed: only README.md
✅ Single item: one package added
✅ Link consistency: README link matches forge link in PR body
✅ Link text: matches repository name
✅ Description: ends with punctuation
✅ Description tone: no promotional language detected
✅ Category size: Artificial Intelligence has 14 items
Automated diff validation — does not replace maintainer review.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
About this package
Routex is a lightweight multi-agent AI runtime for Go that takes a YAML-first approach — similar to how Infrastructure as Code works. Instead of writing orchestration logic, you describe your agents, their tools, LLM providers, and dependencies in a YAML file and let the runtime handle scheduling, parallelism, retries, and supervision automatically.
It is the only Go agent framework with Erlang-style supervision (
one_for_one,one_for_all,rest_for_onerestart policies with sliding-window budgets), native MCP tool server support, and a full CLI with typo correction.Required links
Provide the links below. Our CI will automatically validate them.
Pre-submission checklist
Add project_name to category_name.Repository requirements
go.modfile and at least one SemVer release (vX.Y.Z).These are recommended and reported as warnings:
Pull Request content
Category quality
Thank you for your review!