Skip to main content

Crate algocline_app

Crate algocline_app 

Source

Structs§

AppConfig
Application-wide configuration resolved from environment variables.
AppService
HubContext7Config
[hub.context7] TOML section — context7 projection overrides.
HubDevinConfig
[hub.devin] TOML section — Devin wiki projection overrides.
HubProjectionConfig
Combined resolved configuration passed to inject_config_subtable for both the context7 and Devin projections.
QueryResponse
A single query response in a batch feed.
ResolvedContext7
Resolved, merged configuration for a single context7 projection.
ResolvedDevin
Resolved, merged configuration for a single Devin wiki projection.
SearchPath
A package search path with its origin, ordered by priority (first = highest).
TokenUsage
Token usage reported by the host LLM alongside its response.

Enums§

LogDirSource
How the log directory was resolved.

Constants§

PRESET_CATALOG_VERSION
Revision marker for the builtin preset dictionary bundled with this binary. Bump when builtin recipes change (even if CARGO_PKG_VERSION does not).

Traits§

EngineApi
Transport-independent API for the algocline engine.

Functions§

load_hub_projection_config
Load alc.toml from project_root (if available) and resolve the [hub.context7] / [hub.devin] sections into a HubProjectionConfig using a three-stage precedence chain: