Skip to main content

Module tools

Module tools 

Source
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§

ToolRegistry
A thread-safe registry that maps tool names to their implementations.
ToolResult

Enums§

ToolStatus

Traits§

Tool