The world's most intuitivemulti-agent framework.
Build, deploy, and scale multi-agent systems with Legion's powerful Python framework. Open source and production-ready.
from legion import agent, tool# Define your agent@agent(model="openai:gpt-4o-mini",temperature=0.2,)class MathHelper:"""You are an expert at math."""# Use itagent = MathHelper()response = agent.process("What is 2 + 2?")
Making AI development simple
Provider Agnostic
Connect to any LLM provider or use your own models. Legion adapts to your infrastructure.
Intuitive Syntax
Write multi-agent systems in clean, Pythonic code. No complex configurations needed.
@agent(model="ollama:llama3.3",tools=[jira_tool, github_tool])class ProjectManager:"""You are an expert PM who
Production Ready
Built for scale with monitoring, error handling, and enterprise-grade security.
Simple, modular, and powerful components
Legion's component-based architecture helps you build complex systems with less code and lower costs. Each component is designed to be modular and reusable, making it easy to create sophisticated AI applications.
Create AI Agents
Organize Them (Coming Soon)
Agents
Autonomous entities that can understand, plan, and execute tasks using natural language
Chains
Sequential workflows that connect blocks and agents to accomplish complex tasks
Tools
Reusable functions that agents can leverage to interact with external systems and APIs
Teams
Collaborative groups of agents that work together to solve complex problems
Blocks
Composable units of functionality that can be chained together to create complex behaviors
Graphs
Complex networks of agents and chains that can handle parallel and conditional execution
Import pre-built components and save time
Soon, you'll be able to access a growing library of community-built components. Install them directly into your project with a single command, complete with source code for full transparency and customization.
Designed for — well, anything
SaaS Products
Enhance your SaaS with AI agents that automate workflows, provide customer support, and deliver personalized experiences.
Sales Teams
Empower sales teams with agents that qualify leads, automate outreach, and provide real-time conversation intelligence.
Marketing Agencies
Scale content creation and campaign management with agents that research, write, and optimize across channels.
Research Teams
Accelerate research and analysis with agents that gather data, identify patterns, and generate comprehensive reports.
Start building in minutes
Legion is designed to be intuitive and easy to use. Install with pip, import the library, and start creating powerful multi-agent systems in just a few lines of code.
View Quickstart Guidefrom legion import agent@agent(model="anthropic:claude-3-5-sonnet",temperature=0.2,tools=[weather_tool])class WeatherAgent:"""You get the weather."""
MIT Licensed
Use Legion freely in your projects, whether they're personal, commercial, or open source.
Join our growing community of developers and help shape the future of multi-agent systems.