Expand description
Tool system: trait definition, registry, and built-in tools.
Modules§
- builtin
- Built-in tools: echo, list_tools, read_file, write_file, ask_user.
- knowledge_
tool - Knowledge query tool — queries a local vector DB for relevant knowledge.
- planning_
tools - Planning tools: create_plan, update_plan_step, list_plans, get_plan.
- search
- Web search tools: Tavily and Brave.
Structs§
- Tool
Registry - A thread-safe registry that maps tool names to their implementations.
- Tool
Result