Module adapters

Module adapters 

Source
Expand description

Tool adapters to bridge existing tools with the unified registry

These adapters wrap existing tool implementations to work with the simple Value -> ToolOutput interface.

Functionsยง

adapt_bash_tool
Adapter for bash tool (command execution)
adapt_edit_tool
Adapter for the edit tool (simple text replacement)
adapt_glob_tool
Adapter for the glob tool
adapt_grep_tool
Adapter for the grep tool
adapt_patch_tool
Adapter for the patch tool (bulk operations)
adapt_plan_tool
Adapter for the plan tool
adapt_search_tool
Adapter for the search/index tool
adapt_think_tool
Adapter for the think tool
adapt_tree_tool
Adapter for the tree tool