Task management
Each request generates a task folder with its full history: request, analysis, plan, execution state, graph, agent logs and delivery files. Full control from the app.
📝
Drafts
Requests saved from Home without running. Resume them whenever you want.
⏸️
Pending
Tasks paused, errored or in progress. Resume button to continue.
🔄
Current session
Active tasks in this app session with quick access.
✅
Completed
Completed on disk. View graph, result and open the project folder.
Task structure
What is stored in each task-{id} folder
| File / Folder | Content | When it is created |
|---|---|---|
task-request.json |
Goal, inputs, constraints and working folder | When creating the request (Intake) |
analysis.json |
Classification: type, difficulty, risks, required tools | Analysis phase |
approval-plan.json |
Plan with phases, subtasks, dependencies and assigned agents | Planning phase |
execution-state.json |
Current state, completed subtasks, retries and errors | During execution (updated live) |
graph.json |
Nodes and edges of the visual graph (tasks, agents, files) | During execution |
agents/ |
Individual state of each agent per subtask | During execution |
logs/*.jsonl |
Line-by-line log of every action and tool executed | During execution |
inputs/ |
Input files provided by the user | On creation / during execution |
outputs/ |
Files generated by the agents | During execution |
final-result.json |
Executive summary, deliverable list and final status | When the task completes |
Operations
Available actions
If a task was paused due to error, your decision or a system interruption, you can resume it from Tasks → Pending. The orchestrator continues from the last persisted state without losing progress.
Create a new request referencing a previous task: «Improve the result of task X». The agents work in the same folder, understanding the prior context.
Cancel running tasks from Agents (Pause) or delete history entries. Files on disk are kept until you delete them manually.
In Tasks → Completed, click View to open the full graph, summary, tokens consumed and access the delivery folder with all files.
Possible task states
Draft
Saved, not executed
Analyzing
Classifying the request
Planning
Generating subtasks
Executing
Agents working
Awaiting clarification
Needs your response
Paused
Stopped, resumable
Completed
Deliverables ready