auto(agent): Added error handling to auth middleware
This commit is contained in:
parent
29d1532c1f
commit
f03b758e18
107 changed files with 1962 additions and 1 deletions
19
docs/runtime/agent_state_helpyourneighbour.json
Normal file
19
docs/runtime/agent_state_helpyourneighbour.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"current_goal": "Advance helpyourneighbour autonomously until blocked.",
|
||||
"active_task": {
|
||||
"id": "blocked-stall",
|
||||
"kind": "blocked",
|
||||
"title": "Planner stalled after 3 repeats \u2014 LLM direct implementation needed"
|
||||
},
|
||||
"last_task_id": "blocked-stall",
|
||||
"last_task_source": "planner:blocked:stall",
|
||||
"last_verified_change": "status:832518282",
|
||||
"last_task_status": "blocked",
|
||||
"last_smoke_exit": 0,
|
||||
"last_integration_exit": 0,
|
||||
"last_verify_exit": 0,
|
||||
"stalled_count": 0,
|
||||
"updated_at": "2026-03-06T16:46:50Z",
|
||||
"goal_mode": "runtime",
|
||||
"plan_file": "/home/openclaw/.openclaw/workspace/helpyourneighbour/docs/plans/2026-03-06-session-startup.md"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue