What is a Task?A Task is a unit of work that combines:
- Your instructions
- An agent’s capabilities (model, rules, tools, prompt)
- Your codebase (repository and branch)
Creating and Running a Task
1
Choose an Agent
Select the Agent you want to use for this task.
2
Select Your Repository
Pick the repository and branch where the Agent will work.
3
Describe the Task
Add your user input — clear instructions for what you want the agent to accomplish.Example prompts:
4
Run the Task
Click the Submit button.The Agent will:
- Analyze your repository and branch
- Execute the task based on your input
- Generate changes based on your task request
- Create a detailed session log
Task execution time varies based on complexity. You can monitor progress in your inbox.
5
Review Results
Each Task run creates a Session with complete traceability.
Summary
Summary
A high-level explanation of:
- What the Agent did
- Why decisions were made
- Key changes implemented
Diff
Diff
The exact code changes:
- Files modified
- Lines added/removed
- Side-by-side comparison
Logs
Logs
Full execution trace:
- Tool calls made
- Agent reasoning
- Any errors or warnings
Next Steps
Create a Workflow
Automate tasks with event-based triggers