lspz 0.11.7

AI-friendly LSP compression proxy
Documentation
1
2
3
4
5
6
7
8
9
//! # lspz Agent SDK
//!
//! High-level API for embedding LSP capabilities into AI coding agents.

mod agent;
mod pool;

pub use agent::{AgentBuilder, AgentHandle};
pub use pool::{AgentPool, AgentPoolBuilder};