Initialize a new RunAgent project
init
command creates a new RunAgent project with a pre-configured structure and optional template.
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 |
problem-solver
- Multi-step reasoningchatbot
- Conversational agentresearcher
- Web research agentrunagent template
- Manage templatesrunagent serve
- Test locally