mnemo_cards/ai_docs/agent/web_v2/agent_state.json
2025-11-21 00:28:55 +03:00

15 lines
273 B
JSON

{
"component": "web_v2",
"current_task_id": null,
"iteration_count": 0,
"max_iterations": 10,
"started_at": null,
"last_commit": null,
"retry_count": 0,
"max_retries": 3,
"status": "idle",
"errors": [],
"completed_tasks": [],
"skipped_tasks": []
}