co-mono/packages/agent/test
Mario Zechner d0a4c37028 feat(agent): split queue into steer() and followUp() APIs
Breaking change: replaces queueMessage() with two separate methods:
- steer(msg): interrupt mid-run, delivered after current tool execution
- followUp(msg): wait until agent finishes before delivery

Also renames:
- queueMode -> steeringMode/followUpMode
- getQueuedMessages -> getSteeringMessages/getFollowUpMessages

Refs #403
2026-01-03 00:13:25 +01:00
..
utils WIP: Refactor agent package - not compiling 2025-12-30 22:42:20 +01:00
agent-loop.test.ts feat(agent): split queue into steer() and followUp() APIs 2026-01-03 00:13:25 +01:00
agent.test.ts Add guard against concurrent prompt() calls 2026-01-02 22:02:24 +01:00
e2e.test.ts WIP: Refactor agent package - not compiling 2025-12-30 22:42:20 +01:00