lc-cli 0.1.3

LLM Client - A fast Rust-based LLM CLI tool with provider management and chat sessions
Documentation
1
2
3
4
5
// Service modules
pub mod mcp;
pub mod mcp_daemon;
pub mod proxy;
pub mod webchatproxy;