Skip to content

Conversation

@ryantzr1
Copy link
Contributor

@ryantzr1 ryantzr1 commented Jan 12, 2026


Note

Introduces a complete multi-agent orchestration pattern with a conductor and sub-agents, plus a runnable example.

  • Adds cookbooks/multi-agent with concepts, patterns, and code snippets; links example examples/07_multi_agent.py (browser + coding AgentTools, coordinator Environment, CLI flags)
  • Updates docs navigation to include the new cookbook page
  • Refines hud/agents/resolver.resolve_cls to route Codex-capable models to OpenAIAgent only when the matched model string is Codex-capable; avoids alias-based misrouting
  • Adds tests covering Codex routing and provider mapping in hud/agents/tests/test_resolver.py

Written by Cursor Bugbot for commit 971f613. This will update automatically on new commits. Configure here.

- Add multi-agent example with conductor and sub-agents
- Add skills documentation (overview, authoring guide, orchestration)
- Fix codex model routing to check only matched ID
- Remove unsafe eval() from docs example
@ryantzr1 ryantzr1 changed the title feat: add multi-agent orchestration pattern feat: add multi-agent orchestration pattern HUD-574 Jan 12, 2026
@ryantzr1 ryantzr1 requested a review from lorenss-m January 12, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant