lellm-graph 0.4.6

Graph/Node/Edge orchestration layer for LeLLM — with State, Delta, Checkpoint
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 执行引擎 — ExecutionEngine, ExecutionLoop, Session。

pub(crate) mod execution_engine;
pub(crate) mod execution_loop;
pub(crate) mod owned_execution_engine;
pub(crate) mod session;

pub use execution_engine::*;
pub use execution_loop::*;
pub use owned_execution_engine::OwnedExecutionEngine;
pub use session::*;