docs: add multi-agent orchestration section to agent-to-agent recipe#10924
Conversation
Explain how an orchestrating agent routes questions across multiple Cube agents by POSTing to each agent's Chat API URL. Cover system-prompt listing vs. a discovery tool, with a worked LangChain example. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Claude finished @keydunov's task in 1m 40s —— View job Review of PR #10924
Overall: This is a well-written, focused documentation addition. The new "Orchestrating multiple Cube agents" section (lines 367–468) is a clean extension of the existing recipe. The prose is clear, the two routing patterns (system-prompt listing vs. discovery tool) are practical, and the LangChain example is complete enough to copy-paste. A few observations: What looks good
Minor suggestions (non-blocking)
Security
SummarySolid docs addition — the multi-agent routing section fills a real gap. The main actionable item is the |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Explain how an orchestrating agent routes questions across multiple Cube agents by POSTing to each agent's Chat API URL. Cover system-prompt listing vs. a discovery tool, with a worked LangChain example.
Check List