Skip to main content

Module provider

Module provider 

Source
Expand description

CLI-side LspProvider implementation — bridges the agent’s lsp tool to super::LspManager.

Implements every method of oxicode_agent::tools::LspProvider by routing to the manager’s lazy-spawned oxicode_lsp::LspClients. Errors are returned as plain String (the ToolError alias).

Structs§

CliLspProvider
CLI-side LspProvider wrapping an LspManager.