Skip to main content

all_tools_full_with_lsp

Function all_tools_full_with_lsp 

Source
pub fn all_tools_full_with_lsp(
    skills: Arc<Vec<Skill>>,
    provider: Arc<dyn Provider>,
    project_path: PathBuf,
    lsp_registry: Option<Arc<LspClientRegistry>>,
) -> Vec<Box<dyn Tool>>
Expand description

Build full toolset with provider, project path, and optional LSP registry.