dist_agent_lang 1.0.23

Agentic programming with library and CLI support for Off/On-chain network integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! IDE backend: orchestration API, run backend, agent API, and LSP diagnostics.
//! See docs/development/IDE design/.

pub mod agent_runner;
pub mod diagnostics;
pub mod lsp_bridge;
pub mod lsp_client;
pub mod orchestration;
pub mod run_backend;
pub mod server;
pub mod symbols;