Discover and explore top open-source AI tools and projects—updated daily.
AgnetLabsPython framework for scalable AI multi-agent systems
New!
Top 96.0% on SourcePulse
Laddr is a Python framework for building scalable multi-agent systems, functioning as a microservices architecture for AI agents. It offers built-in message queues, observability, and horizontal scalability, enabling agents to communicate, delegate tasks, and execute work in parallel, streamlining the development of complex AI workflows.
How It Works
Laddr supports dynamic Coordinator-Orchestrator workflows and pre-defined Sequential Deterministic pipelines. Its core architecture utilizes Redis Streams for reliable, distributed messaging and automatic load balancing across agent workers. Comprehensive observability is achieved through automatic tracing to PostgreSQL, while large data payloads are managed via MinIO/S3 artifact storage, optimizing message bus performance and handling large documents.
Quick Start & Requirements
pip install laddrladdr init <my-agent-system>, then cd <my-agent-system>.env for API keys (Serper, LLMs) or Ollama.laddr run dev starts the API (http://localhost:8000), dashboard (http://localhost:5173), and supporting services.Highlighted Details
@tool decorator and overrideable system tools for delegation/storage.Maintenance & Community
The project is hosted on GitHub with an issues tracker. Links to the website and documentation are provided. Specific community channels or maintainer details are not detailed in the README.
Licensing & Compatibility
Licensed under Apache License 2.0, permitting commercial use and closed-source linking.
Limitations & Caveats
The README emphasizes production readiness and does not detail explicit limitations or known bugs. Setup requires configuring multiple external services (Redis, PostgreSQL, MinIO/S3) and API keys, which may present an initial hurdle.
1 day ago
Inactive
microsoft
mastra-ai
TransformerOptimus
langchain-ai