gitdataai/libs/agent/chat
ZhenYi 03f97c9221 fix(agent): spawn tool execution in separate task for heartbeat
Move tool execution to a spawned task so synchronous git2 operations
don't block the tokio worker thread, allowing heartbeat chunks to be
sent every 10s during long tool execution.

Also add analysis-first reasoning prompt to system messages.
2026-04-29 09:03:29 +08:00
..
context.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
mod.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
service.rs fix(agent): spawn tool execution in separate task for heartbeat 2026-04-29 09:03:29 +08:00