Reference Resources¶
Recommended resources for learning AI Agent orchestration
Books and Long-form Articles¶
- Building Effective Agents — Anthropic's official Agent design guide, covers workflow patterns vs autonomous agents
- OpenAI Agents Guide — OpenAI's Agent best practices
- LangChain Agent Docs — LangChain Agent concepts and orchestration patterns
- The AI Scientist — Sakana AI's automated research pipeline, a key case study for multi-stage agent orchestration
- Designing Agentive Technology — AI agent design patterns from a UX perspective
Academic Papers¶
- Multi-Agent Coordination
- Park, J.S., et al. "Generative Agents: Interactive Simulacra of Human Behavior." UIST 2023. — Foundation for believable agent behavior and social coordination
- Wu, Q., et al. "AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation." COLM 2024. — Conversational multi-agent orchestration framework
-
Talebirad, Y., & Nadiri, A. "Multi-Agent Collaboration: Harnessing the Power of Intelligent LLM Agents." 2023. — Taxonomy of multi-agent collaboration patterns
-
Orchestration Architectures
- Hong, S., et al. "MetaGPT: Meta Programming for A Multi-Agent Collaborative Framework." ICLR 2024. — Role-based SOP for multi-agent systems
- Chen, W., et al. "AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors." 2023. — Dynamic agent recruitment and collaboration
-
Wang, L., et al. "A Survey on Large Language Model based Autonomous Agents." FCS 2024. — Comprehensive survey of agent architectures
-
Fault Tolerance & Reliability
- Shinn, N., et al. "Reflexion: Language Agents with Verbal Reinforcement Learning." NeurIPS 2023. — Self-reflection for error correction
-
Madaan, A., et al. "Self-Refine: Iterative Refinement with Self-Feedback." NeurIPS 2023. — Iterative improvement without external feedback
-
Communication & Knowledge
- Li, J., et al. "Chain of Agents: Large Language Models Collaborating on Long-Context Tasks." 2024. — Agent-to-agent communication for context-heavy tasks
-
Liu, X., et al. "Communicative Agents for Software Development." 2023. — ChatDev's communication protocol design
-
Planning & Reasoning
- Yao, S., et al. "ReAct: Synergizing Reasoning and Acting in Language Models." ICLR 2023. — Reasoning-action interleaving for agent planning
- Significant Gravitas. "AutoGPT." 2023. — Pioneer in autonomous agent execution loops
Open Source Projects¶
See Project Index
Key repositories beyond the book's core projects:
- CrewAI — Role-based agent collaboration with shared memory
- LangGraph — Graph-based workflow orchestration
- AutoGen — Multi-agent conversation framework
- OpenAI Swarm — Minimal agent handoff framework
- AgentScope — Multi-agent platform with distributed support
- Camel — Communicative agents for mind exploration
- MetaGPT — SOP-driven multi-agent framework
- Devon — Open-source coding agent with orchestration
Blogs and Communities¶
- Simon Willison's Weblog — Agent pattern observations and LLM tooling insights
- Latent Space — AI engineering trends and agent architecture discussions
- LangChain Blog — Orchestration insights and LangGraph updates
- r/LocalLLaMA — Local LLM community, agent experiments
- AI Engineer Foundation — Agent standards and best practices
- Anthropic Blog — Frontier agent research and safety
- Lilian Weng's Blog — LLM Agent survey and architecture deep dives
Tools and Frameworks¶
| Tool | Type | Best For |
|---|---|---|
| Claude Code | CLI Agent | Local development, single-agent coding |
| Codex CLI | CLI Agent | Autonomous code generation |
| OpenCode | CLI Agent | Feature implementation |
| Hermes Agent | CLI Orchestrator | Multi-profile agent management |
| MCP Servers | Protocol | Tool/context sharing across agents |
| tmux | Terminal | Multi-session agent hosting |
| systemd | Service Manager | Daemon persistence and auto-restart |