Skip to content

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:

  1. Installuv add lionagi + one env var, verify with li --help
  2. First flow — run li o flow in under 5 minutes
  3. 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.