Files
nanobot/nanobot
cdkey85 d83ba36800 fix(agent): handle asyncio.CancelledError in message loop
- Catch asyncio.CancelledError separately from generic exceptions
- Re-raise CancelledError only when loop is shutting down (_running is False)
- Continue processing messages if CancelledError occurs during normal operation
- Prevents anyio/MCP cancel scopes from prematurely terminating the agent loop
2026-03-20 19:27:26 +08:00
..
2026-03-13 14:09:38 +08:00
2026-03-16 15:11:15 +00:00
2026-02-01 07:36:42 +00:00