Hi everyone! We’ve been experimenting with ways to make it easier to build multi-agent systems, somewhere between LangGraph’s orchestration flexibility and AutoGen’s ease of use.
Lyzr Automata is our open-source framework that lets you build, connect, and run AI agents in Python, with just a few lines of code.
You can define agents as simple Python classes, chain them using the Automata graph, and run them locally or via a hosted orchestrator. It’s designed to be simple, extensible, and self-contained.