feat: add multi-agent orchestration pattern HUD-574#268
Conversation
- 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
|
This is a solid foundation for multi-agent orchestration — the conductor/sub-agent pattern with typed A few observations from an eval design perspective: On eval attribution in multi-agent traces: When a sub-agent fails in the middle of a task, the current orchestration pattern doesn't surface which sub-agent's output caused the downstream failure. For eval purposes, this is the core challenge — Would it make sense to add a On the resolver routing: The fix to route Codex-capable models via On the example: |
Note
Introduces a complete multi-agent orchestration pattern with a conductor and sub-agents, plus a runnable example.
cookbooks/multi-agentwith concepts, patterns, and code snippets; links exampleexamples/07_multi_agent.py(browser + codingAgentTools, coordinatorEnvironment, CLI flags)hud/agents/resolver.resolve_clsto route Codex-capable models toOpenAIAgentonly when the matched model string is Codex-capable; avoids alias-based misroutinghud/agents/tests/test_resolver.pyWritten by Cursor Bugbot for commit 971f613. This will update automatically on new commits. Configure here.