Orchestrating Autonomous Agent Networks
Automate complex workflows with task-oriented networks, graph-based execution, and self-optimizing agent formations.
A Python framework for building autonomous agent networks with multi-step reasoning. Automated formation, TaskGraph orchestration, and model-agnostic optimization.
Primary Features
- Autonomous Agent Formations (Solo, Supervising, Squad, Random)
- Graph-Based Task Execution via TaskGraph (Nodes & Edges)
- Model-Agnostic LLM Curation with LiteLLM integration
- Advanced Memory Management using mem0ai and Chroma DB
- Built-in RAG Support and External Tooling via Composio
- Automated Workflow Optimization and Dependency Resolution
Agent Network
When multiple agents handle a task, agents will adapt to specific network formation based on the task and network complexity.
You can specify a desired formation or allow the leader to determine it autonomously (default).
| Solo Agent | Supervising | Squad | Random | |
|---|---|---|---|---|
| Formation | ![]() | ![]() | ![]() | ![]() |
| Usage |
|
|
|
|
| Use case | An email agent drafts promo message for the given audience. | The leader agent strategizes an outbound campaign plan and assigns components such as media mix or message creation to subordinate agents. | An email agent and social media agent share the product knowledge and deploy multi-channel outbound campaign. | 1. An email agent drafts promo message for the given audience, asking insights on tones from other email agents which oversee other clusters. 2. An agent calls the external agent to deploy the campaign. |
Architected by Kuriko IWAI

Share What You Learned
Kuriko IWAI, "Orchestrating Autonomous Agent Networks" in Kernel Labs
https://kuriko-iwai.com/labs/multi-agent-system-framework
Building production-grade AI systems?
I help teams design and deploy scalable RAG pipelines, LLM systems, and MLOps infrastructure.
Or explore:
- Dive deeper 👉 Research Archive
- Learn by building 👉 AI Engineering Masterclass
- Try it live 👉 Playground
Related Books for Further Understanding
These books cover the wide range of theories and practices; from fundamentals to PhD level.

Linear Algebra Done Right

Foundations of Machine Learning, second edition (Adaptive Computation and Machine Learning series)

Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems

Designing Machine Learning Systems: An Iterative Process for Production-Ready Applications

Machine Learning Design Patterns: Solutions to Common Challenges in Data Preparation, Model Building, and MLOps



