Skip to content

Add routex to Artificial Intelligence#6184

Merged
github-actions[bot] merged 1 commit intoavelino:mainfrom
Ad3bay0c:add-routex
Apr 2, 2026
Merged

Add routex to Artificial Intelligence#6184
github-actions[bot] merged 1 commit intoavelino:mainfrom
Ad3bay0c:add-routex

Conversation

@Ad3bay0c
Copy link
Copy Markdown
Contributor

@Ad3bay0c Ad3bay0c commented Apr 2, 2026

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_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.

Pre-submission checklist

Repository requirements

  • The repo has a go.mod file and at least one SemVer release (vX.Y.Z).
  • The repo has an open source license.
  • The repo documentation has a pkg.go.dev link.
  • The repo documentation has a goreportcard link (grade A- or better).
  • The repo documentation has a coverage service link.

These are recommended and reported as warnings:

  • The repo has a continuous integration process (GitHub Actions, etc.).
  • CI runs tests that must pass before merging.

Pull Request content

  • This PR adds/removes/changes only one package.
  • The package has been added in alphabetical order.
  • The link text is the exact project name.
  • The description is clear, concise, non-promotional, and ends with a period.
  • The link in README.md matches the forge link above.

Category quality

  • The packages around my addition still meet the Quality Standards.

Thank you for your review!

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Automated Quality Checks

Required checks

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.

@github-actions github-actions bot merged commit d3115d2 into avelino:main Apr 2, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant