docs(readme): restructure the Agents section around the three integration paths#33
Merged
Conversation
…tion paths The Agents table was a flat list of 5 families (mini-swe, ai-sdk, omnigent, mimo, acp-registry) that mixed path-level entries (ai-sdk, omnigent) with sub-families that all live under acp/ (mini-swe, mimo, acp-registry). Reframe it as the repo's actual three integration paths — acp/ (ACP over stdio), ai-sdk/ (Vercel AI SDK), omnigent/ (non-ACP Session) — each a top-level directory, with per-agent detail and eval status preserved. Updates the Agents nav anchor accordingly.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Reframes the README Agents section from a flat 5-family list into the repo's actual three integration paths, each a top-level directory:
acp/acp/<id>/manifest.toml(the 36-agent registry) + self-contained ACP packages (mini-swe, mimo)ai-sdk/server.mjs+register.py(ToolLoopAgent + HarnessAgent × {pi, codex, claude-code, mimo})omnigent/session_factoryshellingomnigent runThe previous flat table mixed path-level entries (ai-sdk, omnigent) with sub-families that all actually live under
acp/(mini-swe, mimo, acp-registry). All per-agent detail and eval status is preserved; theAgentsnav anchor is updated.Follow-up to #32 (which added the registry family + tier model but kept the flat table).