Commands
runagent init
Initialize a new RunAgent project
Synopsis
Description
The init
command creates a new RunAgent project with a pre-configured structure and optional template.
Options
Option | Description | Default |
---|---|---|
--framework , -f | AI framework to use | langgraph |
--template , -t | Project template | Based on framework |
--path , -p | Directory to create project in | Current directory |
--no-git | Skip git initialization | false |
Examples
Basic Usage
Advanced Usage
Project Structure
The command creates:
Templates
Available templates by framework:
problem-solver
- Multi-step reasoningchatbot
- Conversational agentresearcher
- Web research agent
problem-solver
- Multi-step reasoningchatbot
- Conversational agentresearcher
- Web research agent
crew-basic
- Simple crew setupresearch-crew
- Research teamdev-crew
- Development team
minimal
- Bare minimum setupapi-agent
- REST API integrationtool-agent
- Multi-tool agent
Interactive Mode
When run without arguments, enters interactive mode:
Post-Initialization
After creating a project:
See Also
runagent template
- Manage templatesrunagent serve
- Test locally