AI Agent Builder: A CLI tool to generate production-ready AI agent projects
Project description
ai-agent-builder
A CLI tool to generate production-ready AI agent projects — the fastest way to bootstrap your next AI agent.
Features
- Instant Scaffolding: Generate a complete AI agent project in seconds
- Multi-Template: Support for OpenAI, Gemini, and Local LLaMA agents
- Production Ready: Includes all dependencies, prompts, and configuration
- MIT Licensed: Free for commercial and personal use
Installation
pip install ai-agent-builder
Usage
# Create a new agent project
ai-agent-builder my-agent --template openai
# Specify output directory
ai-agent-builder chatbot --output ./projects
Quick Start
# Generate an OpenAI-based agent
ai-agent-builder my-agent
# Install dependencies
cd my-agent && pip install -r requirements.txt
# Run your agent
python main.py
Project Structure
Each generated agent includes:
main.py— Main entry point with CLI supportprompts.txt— Prompt templates for your LLMrequirements.txt— All Python dependenciesREADME.md— Documentation and setup instructions
Templates
| Template | Description |
|---|---|
default |
A versatile AI agent with text processing |
openai |
Powered by OpenAI's GPT models |
gemini |
Google's Gemini model integration |
llama |
Local LLaMA for privacy-focused processing |
License
MIT — Free for all use.
Built by Meridian Mind
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 ai_agent_builder-1.0.1.tar.gz.
File metadata
- Download URL: ai_agent_builder-1.0.1.tar.gz
- Upload date:
- Size: 4.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 |
52e94aad5c701e4a0f0a42241711318b10691bbbfd26d573845d9be26c288f6a
|
|
| MD5 |
33de7d0fefc3d6a64ecff8aed0129587
|
|
| BLAKE2b-256 |
ff1dace58c927f314b8d6e683d1c04f1658db52786108b2dec049d79a397a56c
|
File details
Details for the file ai_agent_builder-1.0.1-py3-none-any.whl.
File metadata
- Download URL: ai_agent_builder-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.4 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 |
0afe54ead0b07043524c648e077a7d61291a13701dbc992b594636d72c44cc1d
|
|
| MD5 |
3028a676577a3e7a761414762fbb58f6
|
|
| BLAKE2b-256 |
85265336d448668468dd6b2a44a3e8540c7e02d57fe1f87e80d83ddbfd539f82
|