Re-exports§
pub use card::FileCardStore;pub use session::ExecutionResult;pub use session::FeedResult;pub use session::PendingFilter;pub use session::PromptProjection;pub use session::Session;pub use session::SessionRegistry;pub use session::DEFAULT_PROMPT_PREVIEW_CHARS;pub use state::JsonFileStore;
Modules§
- bridge
- Layer 0: Runtime Primitives
- card
- Card storage — immutable run-result snapshots.
- execution
algocline-engine::execution— v2 execution module.- session
- Session-based Lua execution with pause/resume on alc.llm() calls.
- state
- Persistent key-value state backed by JSON files.
Structs§
- Executor
- Lua execution engine.
- LlmRequest
- A batch of LLM queries from a single Lua call.
- Query
Request - A single query within an LlmRequest batch.
- Variant
Pkg - A variant-scoped package pinned to an explicit
(name, pkg_dir)mapping.