lionagi¶
Provider-agnostic LLM orchestration SDK. Run a multi-agent flow from the CLI in one command; use the Python API for programmatic control.
Start here¶
New to lionagi? Follow this path:
- Install —
uv add lionagi+ one env var, verify withli --help - First flow — run
li o flowin under 5 minutes - Concepts — Branch, Session, flow, team, operate
Cookbook¶
Five runnable scenarios with copy-paste commands and expected output.
| Scenario | What it builds |
|---|---|
| Codebase audit | Structured repo report via fan-out workers |
| Research synthesis | N parallel workers merged into one document |
| Multi-model pipeline | Tasks routed across providers in a DAG |
| Team coordination | Agents exchange signals mid-run |
| Resumable background run | Long jobs that survive terminal close |
Reference¶
| What you need | Where to go |
|---|---|
| All CLI flags and subcommands | CLI reference |
Branch, Session, flow Python API | API reference |
| Troubleshooting | Troubleshooting |
| How to contribute | Contributing |
Migration¶
Upgrading from 0.22.5? The migration guide covers every breaking change.