You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+96-13Lines changed: 96 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,63 @@ description: Open source workflow engine enabling agentic IDEs to execute sophis
14
14
15
15
## 🚀 What is Agents CLI?
16
16
17
-
Agents CLI enables agentic IDEs (Cursor, VS Code, etc.) to dynamically create and execute sophisticated multi-agent workflows. Define agents, tools, and orchestration patterns through JSON configuration and receive structured outputs optimized for IDE consumption.
17
+
Agents CLI transforms your IDE into a **multi-layered multi-agent orchestration platform**. Beyond simple AI assistance, it enables the creation of complex agent ecosystems where specialized AI agents collaborate, coordinate, and evolve together to solve sophisticated problems.
18
+
19
+
**Think of it as turning your development environment into a living, breathing AI organization** - where each agent has specific expertise, agents can dynamically spawn other agents, and the collective intelligence emerges from their interactions.
18
20
19
21
## 📋 Current Status: Phase 1 Development
20
22
21
23
We're currently implementing the foundation and core MCP functionality.
4.**Learning Agent** notices patterns from previous reviews
100
+
5.**Coordinator Agent** synthesizes insights and creates optimization plan
101
+
6.**Implementation Agents** execute changes in parallel
102
+
7.**Validation Network** tests, benchmarks, and validates changes
103
+
104
+
**The Emergent Magic:** The network discovers optimization strategies that no single agent would have found, learns from each review to improve future performance, and adapts its approach based on codebase characteristics.
0 commit comments