gitdataai/libs/agent/chat
ZhenYi d89d02e81b fix(agent): surface FC/tool errors as observations to continue ReAct loop
- Streaming path: on tool_call execution error, emit an [Observation]
  chunk so the model sees the failure and can retry/adapt
- Non-streaming path: inject error as a user message so the loop
  continues with error context, not silently stop
2026-04-24 13:17:13 +08:00
..
context.rs init 2026-04-15 09:08:09 +08:00
mod.rs feat(agent): pass AppConfig through ToolContext and fix tool call handling 2026-04-20 19:32:03 +08:00
service.rs fix(agent): surface FC/tool errors as observations to continue ReAct loop 2026-04-24 13:17:13 +08:00