Thinking in LionAGI¶
You're in Step 2 of the Learning Path
Coming from the Quick Start? Great! Now let's understand the mental model that makes LionAGI different from other frameworks.
The key to successfully using LionAGI is understanding its fundamental paradigm shift: from conversations to graphs, from sequential to parallel, from rigid to flexible.
Core Ideas¶
Why LionAGI?¶
The technical differences that matter.
Branches as Agents¶
Why we call them branches, not agents.
Graphs Over Chains¶
Parallel execution with dependency management.
The Builder Pattern¶
Constructing workflows programmatically.
The Paradigm Shift¶
From Conversations to Graphs¶
Old way: Agents have conversations
LionAGI way: Agents execute operations
From Sequential to Parallel¶
Old way: Wait for each step
LionAGI way: Run simultaneously
From Rigid to Flexible¶
Old way: Fixed agent roles
LionAGI way: Dynamic capabilities
Ready for Core Concepts?
Now that you understand LionAGI's mental model, dive into the practical mechanics:
Next: Core Concepts - Learn Sessions, Branches, Operations, and Memory
Or jump to: Patterns if you want to see these concepts in action