Skip to main content

A CLI tool to scaffold production-ready LLM agent projects

Project description

agentinit

A CLI tool to scaffold production-ready LLM agent projects in seconds.

Stop copy-pasting boilerplate. Run one command and get a fully structured, framework-specific agent project ready to run.

Install

pip install agentinit

Usage

agentinit init my-project --framework langgraph --llm openai

Supported Frameworks

Framework Description
langgraph LangChain's graph-based agent framework
crewai Multi-agent role-based framework
autogen Microsoft's conversational agent framework
google_adk Google's Agent Development Kit
openai_agents OpenAI's official agents SDK
smolagents HuggingFace's lightweight agent framework

Supported LLM Providers

Provider Env Variable
openai OPENAI_API_KEY
anthropic ANTHROPIC_API_KEY
groq GROQ_API_KEY
azure AZURE_OPENAI_API_KEY + AZURE_OPENAI_ENDPOINT
bedrock AWS_ACCESS_KEY_ID + AWS_SECRET_ACCESS_KEY
gemini GOOGLE_API_KEY

Generated Project Structure

my-project/
├── agents/
│   └── base_agent.py    # framework-specific agent logic
├── tools/
│   └── sample_tool.py   # sample tool stub
├── config/
│   └── config.yaml      # llm and project config
├── Dockerfile           # ready to containerize
├── main.py              # entry point
├── .env.example         # environment variable template
└── requirements.txt     # dependencies for chosen framework

Commands

Scaffold a new project

agentinit init <project-name> --framework <framework> --llm <provider>

Add a new agent to an existing project

cd my-project
agentinit add-agent researcher --framework langgraph

List all supported frameworks and providers

agentinit list-frameworks

Examples

# LangGraph with OpenAI
agentinit init my-agent --framework langgraph --llm openai

# CrewAI with Anthropic
agentinit init my-crew --framework crewai --llm anthropic

# AutoGen with Groq
agentinit init my-autogen --framework autogen --llm groq

# Google ADK with Gemini
agentinit init my-adk --framework google_adk --llm gemini

# OpenAI Agents SDK with Azure
agentinit init my-openai-agent --framework openai_agents --llm azure

# Smolagents with Bedrock
agentinit init my-smol --framework smolagents --llm bedrock

Getting Started After Scaffolding

cd my-project
cp .env.example .env       # add your API keys
pip install -r requirements.txt
python main.py

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

agentinit_cli-0.1.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentinit_cli-0.1.0-py3-none-any.whl (16.7 kB view details)

Uploaded Python 3

File details

Details for the file agentinit_cli-0.1.0.tar.gz.

File metadata

  • Download URL: agentinit_cli-0.1.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for agentinit_cli-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d04f00c706cd3d2509023b1c83e3f7336c3d881de34a3aa118b5b82e6f51509f
MD5 2f90d6b1c5382221d97a6b5a44bbd973
BLAKE2b-256 15379c7086fbc42d2a658998e2da5983295827610476194aa9a081ae4603f28f

See more details on using hashes here.

File details

Details for the file agentinit_cli-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: agentinit_cli-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 16.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for agentinit_cli-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0ad6bed4adf4cef4bffd83199b9b0bb9178944a8b47a1878762a06a60a82765d
MD5 7cf51a631c90137625ccffdffc6abc3f
BLAKE2b-256 ea43fe93f918ad565475c02a3dba541cee0a23230c4fb0b8434eb379bfa8d871

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page