Skip to main content

register_always_on

Function register_always_on 

Source
pub fn register_always_on(
    registry: &ToolRegistry,
    search_cache: Arc<SearchCache>,
)
Expand description

Register the always-on tool set into a ToolRegistry.

Every agent receives these tools regardless of its capability space. This consists of file-system tools (read, write, edit, grep, find, ls) and web search tools.

This helper is also useful for unit tests that need a basic tool set without constructing a full CSpace.