gitdataai/libs/agent
ZhenYi 0a272ed63a fix: start SSH rate limiter cleanup and fix ToolContext reset per tool call
- Start SSH rate limiter cleanup task that was missing (prevent memory leak)
- Create single ToolContext outside tool execution loop so max_tool_calls
  and max_depth guards actually fire across batch tool calls (was creating
  fresh context per call, bypassing all limits)
2026-04-27 13:57:47 +08:00
..
agent refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
chat fix: start SSH rate limiter cleanup and fix ToolContext reset per tool call 2026-04-27 13:57:47 +08:00
client feat(agent): add ordered stream chunk collection + retry for HTTP errors 2026-04-26 13:10:26 +08:00
compact refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
embed refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
model refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
perception refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
react refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
task fix(agent/service): retry jitter, tool executor ordering, curl SSRF, grep/JSON 2026-04-25 09:53:31 +08:00
tool fix: resolve multiple bugs across backend and frontend 2026-04-27 13:54:21 +08:00
billing.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
Cargo.toml refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
error.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
lib.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
sync.rs fix(agent/sync): avoid double /v1/ prefix in model sync URL 2026-04-26 23:58:25 +08:00
tokent.rs fix(agent/service): retry jitter, tool executor ordering, curl SSRF, grep/JSON 2026-04-25 09:53:31 +08:00