Skip to main content

register_skill

Function register_skill 

Source
pub fn register_skill(
    registry: &Arc<ToolRegistry>,
    llm_client: Arc<dyn LlmClient>,
    skill_registry: Arc<SkillRegistry>,
    tool_executor: Arc<ToolExecutor>,
    base_config: AgentConfig,
)
Expand description

Register the Skill tool for skill-based tool access control.