langgraph-core-rs 0.2.3

Core engine for LangGraph in Rust (StateGraph, Pregel, Channels, Streaming)
Documentation
1
2
3
4
5
6
7
8
pub mod state;
pub mod branch;
pub mod node;
pub mod message;

pub use state::{StateGraph, CompiledStateGraph, GraphError, CompileBuilder};
pub use branch::BranchSpec;
pub use node::StateNodeSpec;