CLI tool for scaffolding AI agent projects — choose a template, scaffold a working agent template with tool registry, config, and main loop.
Project description
Multi Agent Builder
A Python CLI tool for scaffolding AI agent projects. Choose a template, then generate a working agent template with tool registry, config, and main loop.
Installation
pip install multi-agent-builder
Usage
List available templates
python -m multi_agent_builder list
Generate a new agent project
python -m multi_agent_builder generate [template] [project_name]
API usage
from multi_agent_builder import generate_agent_project
generate_agent_project(template='basic', project_name='my-agent')
Templates
- basic: Minimal agent with a main loop and tools
- advanced: Agent with memory, tools, and event loop
License
MIT
Project details
Release history Release notifications | RSS feed
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-1.0.0.tar.gz.
File metadata
- Download URL: multi_agent_builder-1.0.0.tar.gz
- Upload date:
- Size: 3.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 |
575f25c9ede14250b89218ad0d64703f8f45e2edbeebeee1401c5bb199ef374c
|
|
| MD5 |
0d237a85f68dac462a33c84068fbb3bb
|
|
| BLAKE2b-256 |
d121ec07b90b9784f1e6d748ae65bbdea9ccefd89751c1f8950261ce06839684
|
File details
Details for the file multi_agent_builder-1.0.0-py3-none-any.whl.
File metadata
- Download URL: multi_agent_builder-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.0 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 |
c0e913060c6bcdc962350ef2b37d80256b9206a06393b836594fdde58cce8d71
|
|
| MD5 |
78a74aa4a73bc4f58e378353ed7f51f3
|
|
| BLAKE2b-256 |
c726633ab2344492a0026bb4fcf4ef8b8c788826a687ad913568ab55302b7fe1
|