init
Initialize an agent for role-based autonomous workflow, enabling automated task execution and project planning with optional mission mode.
Instructions
Initialize agent with role-based autonomous workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mission | No | Ad-hoc mission to execute (pauses main project plan) | |
| agentName | Yes | Name of the agent initializing | |
| autonomous | No | Start autonomous loop immediately (default: false) | |
| checkInterval | No | Seconds between checks for autonomous mode (default: 120) | |
| maxIterations | No | Max iterations for autonomous mode (default: 500) | |
| createProjectPlan | No | Create new project plan from requirements (default: false) |