co-mono/packages/agent/src
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
..
agent-loop.ts feat(agent): split queue into steer() and followUp() APIs 2026-01-03 00:13:25 +01:00
agent.ts feat(agent): split queue into steer() and followUp() APIs 2026-01-03 00:13:25 +01:00
index.ts Update agent package: changelog, fix README type name, export proxy utilities 2025-12-30 23:33:32 +01:00
proxy.ts WIP: Refactor agent package - not compiling 2025-12-30 22:42:20 +01:00
types.ts feat(agent): split queue into steer() and followUp() APIs 2026-01-03 00:13:25 +01:00