Skip to main content

register_skill_tools_with_context

Function register_skill_tools_with_context 

Source
pub fn register_skill_tools_with_context(
    tools_registry: &mut Vec<Box<dyn Tool>>,
    skills: &[Skill],
    security: Arc<SecurityPolicy>,
    unfiltered_registry: &[Arc<dyn Tool>],
)
Expand description

Register skill-defined tools with full context for builtin kinds.

unfiltered_registry provides the pre-policy tool list for kind = "builtin" delegation.