Lyzr Automata is a Python-based multi-agent automation framework developed by Lyzr AI, designed to bring engineering discipline to AI agent development. It moves away from ad-hoc prompt-based approaches toward structured, workflow-oriented agent pipelines where multiple agents are each coupled with specific tasks and can run independently. The framework allows developers to compose agents and tasks into pipelines, enabling complex multi-step automations. Each agent is assigned a discrete role and task, and the system coordinates execution across them. It is intended for teams building repeatable, deterministic AI workflows rather than open-ended conversational agents. Lyzr Automata is available as an open-source Python package on PyPI (lyzr-automata). The latest release is v0.1.3 from March 2024, which added OpenAI Assistant API as a memory backend, an updated email tool with reply-to-thread support, and expanded usage examples. The GitHub repository had its last commit activity recorded as October 2025, suggesting the project has been in maintenance mode rather than active feature development. Lyzr has since developed a newer, more comprehensive framework called the Lyzr Agent Framework (lyzr-framework), which natively integrates Safe AI and Responsible AI governance modules and is positioned as the enterprise-grade successor. Lyzr Automata remains documented and available but appears to be the earlier, experimental iteration of Lyzr's agentic infrastructure. The broader Lyzr platform offers a full-stack enterprise agent infrastructure including a low-code Agent Studio, control plane, simulation engine, and governance layer. Pricing for the platform ranges from a free Community tier to $19/month Starter, $99/month Pro, and custom Enterprise plans with VPC or on-premise deployment options. Key features: - Multi-agent pipeline composition: multiple agents each bound to specific tasks, running independently - Low-code Python API for defining agents, tasks, and workflow graphs - OpenAI Assistant API integration as a memory backend (added v0.1.3) - Email tool with reply-to-thread capability for communication workflows - Open-source package available on PyPI (lyzr-automata) - Deterministic, structured approach to agent execution vs prompt-only methods - Part of the broader Lyzr ecosystem with Agent Studio and enterprise governance layer
Lyzr Automata (the open-source framework) is free. The broader Lyzr platform: Free Community tier; $19/month Starter; $99/month Pro ($79/month annual); Enterprise custom. Production agent runs billed at $0.08/run on Lyzr Cloud or $0.03/run on VPC/on-premise.
