atomcode-core 4.23.1

Open-source terminal AI coding agent
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod jsonrpc;
pub mod manager;
pub mod registry;
pub mod types;

pub use manager::{build_lsp_manager, build_lsp_manager_with_events, LspConnectEvent, LspManager};