NCBM
|
bd6d98ceda
|
core/lmproto+agent: stream via chat_completions(stream=True)
Keep library async-def→async-iterator shape; remove raw-lines path;
typed StreamToolCallDelta merge; scripted clients emit real chunks.
|
2026-07-14 22:40:24 +08:00 |
|
NCBM
|
25ff849efe
|
core/cli: level-1 cancel of in-flight turns via Ctrl+C
Run turns as asyncio tasks; SIGINT cancels the task; agent rolls back
and keeps pending_retry_text for /retry.
|
2026-07-14 21:02:54 +08:00 |
|
NCBM
|
e0916a6352
|
core/agent+cli: defer DB write until turn success; auto/manual retry
Failed turns roll back memory and keep pending_retry_text; persist only
after success. CLI auto-retries 10s/20s/30s (cancellable) and /retry.
|
2026-07-14 20:56:08 +08:00 |
|