fix: align orchestration behavior with agent framework docs

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-24 22:09:52 +01:00
co-authored by Copilot
parent cf6a25a9da
commit 5ab0b22d15
7 changed files with 235 additions and 17 deletions
+4 -4
View File
@@ -36,10 +36,10 @@ Add a local folder when you want help that is grounded in your work. Eryx is des
Eryx supports several ways of working:
- **Single** for direct one-agent help
- **Sequential** for step-by-step specialist workflows
- **Concurrent** for parallel exploration
- **Handoff** for agent-to-agent delegation
- **Group chat** for collaborative multi-agent discussion
- **Sequential** for pipeline-style work where each agent sees the full conversation and appends its contribution
- **Concurrent** for parallel exploration where the final turn aggregates multiple independent responses
- **Handoff** for agent-to-agent delegation, with the next user turn continuing when a specialist needs more input
- **Group chat** for round-robin collaborative refinement across multiple agent turns
### Add global MCPs and LSPs