gitdataai/libs/agent/tool
ZhenYi 026f5cf32d feat(context): thread embed_service through ToolContext for FC tool access
Add with_embed_service() builder and embed_service() accessor to ToolContext,
wired through ChatService so function-calling tools can access Qdrant vector search.
2026-04-28 13:03:55 +08:00
..
call.rs fix(agent/service): retry jitter, tool executor ordering, curl SSRF, grep/JSON 2026-04-25 09:53:31 +08:00
context.rs feat(context): thread embed_service through ToolContext for FC tool access 2026-04-28 13:03:55 +08:00
definition.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
examples.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
executor.rs fix: resolve multiple bugs across backend and frontend 2026-04-27 13:54:21 +08:00
mod.rs refactor(fctool): add descriptions to tools and simplify model sync 2026-04-28 09:43:15 +08:00
recorder.rs refactor(agent): replace custom ReAct loop with rig::agent::Agent 2026-04-28 09:42:36 +08:00
registry.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
rig_adapter.rs refactor(agent): replace custom ReAct loop with rig::agent::Agent 2026-04-28 09:42:36 +08:00