gitdataai/libs/agent
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
..
chat fix(agent): surface FC/tool errors as observations to continue ReAct loop 2026-04-24 13:17:13 +08:00
compact init 2026-04-15 09:08:09 +08:00
embed init 2026-04-15 09:08:09 +08:00
perception init 2026-04-15 09:08:09 +08:00
react fix(agent): extract JSON from model output even with leading text prefix 2026-04-24 13:17:06 +08:00
task refactor(room): remove NATS, use Redis pub/sub for message queue 2026-04-16 17:24:04 +08:00
tool feat(agent): pass AppConfig through ToolContext and fix tool call handling 2026-04-20 19:32:03 +08:00
Cargo.toml feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
client.rs feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
error.rs refactor(room): remove NATS, use Redis pub/sub for message queue 2026-04-16 17:24:04 +08:00
lib.rs feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
tokent.rs init 2026-04-15 09:08:09 +08:00