algocline-app 0.31.1

algocline application layer — execution orchestration, package management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod pool;
mod service;

pub use service::hub_dist_preset::load_hub_projection_config;
pub use service::hub_dist_preset::{
    HubContext7Config, HubDevinConfig, HubProjectionConfig, ResolvedContext7, ResolvedDevin,
    PRESET_CATALOG_VERSION,
};
pub use service::{
    AppConfig, AppService, EngineApi, LogDirSource, QueryResponse, SearchPath, TokenUsage,
};

#[doc(hidden)]
pub use service::gendoc::alc_shapes_codegen::gen_alc_shapes_dlua_contents;