Usage
Deep Agent provides automatic todo tracking and completion enforcement. Todos follow a strict lifecycle:- Created as
"pending"or"in_progress" - Marked
"in_progress"before starting work - Marked
"completed"immediately after finishing - Agent continues until ALL todos are
"completed"
Params
Automatic Completion Loop
The agent automatically:- Checks todo completion after each execution
- Creates continuation tasks for incomplete todos
- Repeats up to 10 iterations (MAX_COMPLETION_ITERATIONS)
- Provides debug output showing progress (completed/total)

