🚀 MultiAgent Init
Interactive CLI for generating a clean multi-agent AI project.
Install
pip install multiagent-init
Run
multiagent-init
Wizard
The CLI asks for:
- Project name
- Framework
- Model provider
- Number of agents
- Default or custom agents
- Optional tools
- Optional tests
- Optional Docker
Example
🚀 MultiAgent Init
? Project name: research-team
? Select a framework:
❯ Basic
LangGraph
CrewAI
AutoGen
? Select model provider:
❯ OpenAI
Anthropic
Google
? Number of agents:
❯ 3
2
4
5
Custom
? Agent configuration:
❯ Default agents
Custom agents
? Agent 1 name: Market Researcher
? Agent 2 name: Data Analyst
? Agent 3 name: Report Writer
? Include tools? Yes
? Include tests? Yes
? Include Docker? No
Creating project...
✓ Agents
✓ Workflow
✓ Tools
✓ Configuration
✓ Tests
✓ README
🎉 Done!
Generated project
Custom agent names are converted into safe Python filenames and class names.
Example:
Market Researcher → market_researcher.py → MarketResearcherAgent
Data Analyst → data_analyst.py → DataAnalystAgent
Report Writer → report_writer.py → ReportWriterAgent
Execution
cd "project-name"
python3 -m venv .venv
source .venv/bin/activate
pip install .
python main.py
License
MIT © Pavan Sekhar Mandavilli
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
multiagent_init-0.1.2.tar.gz
(14.5 kB
view details)
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 multiagent_init-0.1.2.tar.gz.
File metadata
- Download URL: multiagent_init-0.1.2.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b613a7ef01684fda64980bdbd784fbb71bbf30199f37bcbe30eecbbaf8fcc4b0
|
|
| MD5 |
ebc8e7d5b8d71be001ed434a6e15231c
|
|
| BLAKE2b-256 |
4537e1ef556bc32c3292eefe06a73cc91826fce0a749ec4c3fd1474960a66e9f
|
File details
Details for the file multiagent_init-0.1.2-py3-none-any.whl.
File metadata
- Download URL: multiagent_init-0.1.2-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
510b8cad6f191c0602041d9702b4c9e941b9552f0cab44ce98e1ab9d8fbe61f0
|
|
| MD5 |
25da74bcfb6625300d954bda5b2eaa76
|
|
| BLAKE2b-256 |
ed3b964de123948c6eae5145122aa43aee744f974c655113ef5e4b041f0bb038
|