Agent Zero
c760b5961c
Check Cross-Plugin Imports / check (push) Has been cancelled
feat(F-LOOP): true ReAct loop with structured Thought/Action/Observation step tracking
- app/ai/agent_loop.py: ReActStep + ReActResult dataclasses, run_react_loop()
with LLM→Tool→Observe loop, max_steps/timeout graceful stop, ErrorCategory
retry (TRANSIENT→retry, PERMANENT→stop, PARTIAL→continue), cost accumulation,
agent.step hook, on_step callback
- app/plugins/builtins/automation/models.py: AgentRunStep model
- alembic/versions/0121_agent_run_steps.py: migration for agent run steps table
- app/plugins/builtins/automation/agent_runner.py: refactored to use run_react_loop(),
saves steps to DB, updates AgentRun with cost/status/duration
- tests/test_agent_loop.py: 11 tests (all passing, mocked, no DB/LLM needed)
- PROGRESS.md: Phase F started, F-LOOP marked done
2026-08-17 16:11:26 +02:00
..
2026-06-29 08:02:14 +02:00
2026-08-16 01:30:02 +02:00
2026-08-06 22:05:15 +02:00
2026-07-29 12:28:08 +02:00
2026-08-17 16:11:26 +02:00
2026-08-16 01:17:18 +02:00
2026-08-16 01:30:02 +02:00
2026-08-16 01:17:18 +02:00
2026-08-16 01:30:02 +02:00
2026-08-16 01:30:02 +02:00
2026-08-12 20:47:43 +02:00
2026-07-23 20:41:45 +02:00
2026-08-16 01:30:02 +02:00
2026-08-16 01:17:18 +02:00
2026-07-25 21:03:46 +02:00
2026-07-24 01:32:08 +02:00
2026-08-16 01:30:02 +02:00
2026-08-16 01:17:18 +02:00
2026-08-16 01:30:02 +02:00
2026-07-25 21:03:46 +02:00
2026-08-16 01:30:02 +02:00
2026-08-16 01:17:18 +02:00
2026-08-16 01:30:02 +02:00
2026-08-13 21:33:14 +02:00
2026-08-16 01:17:18 +02:00
2026-08-16 01:30:02 +02:00
2026-08-16 01:17:18 +02:00
2026-08-16 01:30:02 +02:00
2026-08-16 01:30:02 +02:00
2026-08-12 20:47:43 +02:00
2026-08-16 01:30:02 +02:00
2026-06-29 20:48:58 +02:00
2026-08-16 01:30:02 +02:00
2026-08-16 01:30:02 +02:00
2026-08-12 20:47:43 +02:00
2026-08-13 21:33:14 +02:00
2026-08-16 01:17:18 +02:00
2026-08-13 21:33:14 +02:00
2026-08-16 01:17:18 +02:00
2026-07-01 23:15:35 +02:00
2026-07-26 23:15:34 +02:00
2026-08-13 22:43:33 +02:00
2026-08-13 20:54:15 +02:00
2026-08-13 16:22:05 +02:00
2026-08-12 20:47:43 +02:00
2026-07-26 23:15:34 +02:00
2026-08-16 01:17:18 +02:00
2026-07-23 23:02:07 +02:00
2026-08-16 01:17:18 +02:00
2026-08-13 17:39:22 +02:00
2026-07-01 23:15:35 +02:00
2026-08-16 01:17:18 +02:00
2026-08-13 21:19:41 +02:00
2026-08-16 01:30:02 +02:00
2026-08-13 21:33:14 +02:00
2026-08-02 23:47:29 +02:00
2026-08-03 15:20:06 +02:00
2026-07-25 21:03:46 +02:00
2026-07-25 21:03:46 +02:00
2026-08-12 20:47:43 +02:00
2026-07-29 12:28:08 +02:00
2026-08-12 20:47:43 +02:00
2026-08-12 20:47:43 +02:00
2026-08-01 23:29:20 +02:00
2026-08-12 20:47:43 +02:00
2026-08-13 17:51:04 +02:00
2026-08-12 20:47:43 +02:00
2026-06-30 01:12:33 +02:00
2026-08-13 16:25:17 +02:00
2026-08-12 20:47:43 +02:00
2026-08-04 14:34:06 +02:00
2026-08-16 01:17:18 +02:00
2026-07-31 02:05:16 +02:00
2026-08-16 01:30:02 +02:00
2026-07-26 23:15:34 +02:00
2026-08-13 20:39:32 +02:00
2026-08-13 16:32:24 +02:00
2026-08-16 01:30:02 +02:00
2026-08-16 01:30:02 +02:00
2026-08-16 01:30:02 +02:00
2026-08-13 21:04:46 +02:00
2026-08-14 01:34:58 +02:00
2026-08-12 20:47:43 +02:00
2026-08-12 20:47:43 +02:00
2026-08-16 01:17:18 +02:00
2026-08-17 16:02:17 +02:00
2026-07-26 23:15:34 +02:00
2026-08-16 01:30:02 +02:00
2026-08-16 01:17:18 +02:00
2026-08-13 16:43:54 +02:00