A kit for building, deploying, and managing AI agent systems
Project description
Multi-Agent Builder Kit
A kit for building, deploying, and managing AI agent systems — a fully autonomous multi-agent coding platform that runs independent agent processes and delegates tasks.
Free Features
- Agent Pool: Register and manage multiple AI agents with role assignment
- Task Delegation: Assign tasks to agents based on their skills
- Multi-Agent Orchestration: Coordinate independent agent processes
from multi_agent_builder import AgentPool
pool = AgentPool()
pool.register("researcher", role="researcher", skills=["web_search", "read", "write"])
pool.register("coder", role="coder", skills=["code", "test", "debug"])
Premium Features
Unlock advanced capabilities with a premium subscription:
- Team Workflows: Advanced agent management and role assignment
- Advanced Logging & Monitoring: Deep observability into agent execution
- API Access: Programmatic orchestration via REST API
Installation
pip install multi-agent-builder
CLI
multi-agent-builder --version
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file multi_agent_builder-0.3.0.tar.gz.
File metadata
- Download URL: multi_agent_builder-0.3.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da745bb92da56fb8829673e92d938ac46c7171e394d959cbbf2d3202ac47b57e
|
|
| MD5 |
c4f78f0088d2da61c58b3ace4dbbd391
|
|
| BLAKE2b-256 |
8db4269f8d86ec3d3f5401893c256520cacfc42c767a62b7126ca2b0d8aefa66
|
File details
Details for the file multi_agent_builder-0.3.0-py3-none-any.whl.
File metadata
- Download URL: multi_agent_builder-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90aec6173db05b8d30f40c6e41e2051ac87a9bc6aab0a317e68f1dc88df1df2d
|
|
| MD5 |
49eb2049323808176b7a0dcd52a69db0
|
|
| BLAKE2b-256 |
61e4c98eb2e71f4858a727384a443a070c37a8b19122b6a2f1b1c297bd2c5611
|