Synopsis
Description
Theinit
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
Interactive Mode
When run without arguments, enters interactive mode:Post-Initialization
After creating a project:See Also
runagent template
- Manage templatesrunagent serve
- Test locally