agent-zero/python
Cursor Agent b0677baf30
fix(surveys): stable order for unprocessed answers when timestamps tie
SQLite orders rows with identical created_at arbitrarily. Tie-break on id
so fetch_unprocessed_* results are deterministic under concurrency or rapid
inserts (avoids flaky tests and consumers assuming FIFO order).

Co-authored-by: nic <nicsins@users.noreply.github.com>
2026-03-22 05:40:43 +00:00
..
api extension filters unlock 2025-01-19 20:51:34 +01:00
extensions Agent persona profiles (#7) 2026-03-17 02:41:34 -05:00
helpers Agent persona profiles (#7) 2026-03-17 02:41:34 -05:00
survey_assistant Add human-in-the-loop survey helper (GUI + CLI + Agent tool) (#181) 2026-03-17 04:02:15 -05:00
surveys fix(surveys): stable order for unprocessed answers when timestamps tie 2026-03-22 05:40:43 +00:00
tools Add human-in-the-loop survey helper (GUI + CLI + Agent tool) (#181) 2026-03-17 04:02:15 -05:00
__init__.py Docker + SSH, AgentConfig class 2024-07-05 22:58:16 +02:00
collaboration.py feat: Add collaboration tool and UI 2025-12-20 20:56:50 +00:00