Docs.rs
langgraph-api-0.1.1
langgraph-api 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
fj-nurok
Dependencies
reqwest ^0.12.24
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
serde_with ^3.15.1
normal
typed-builder ^0.22.0
normal
url ^2.5.7
normal
uuid ^1.19.0
normal
tokio ^1.47.1
dev
Versions
48.28%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module stream_modes
langgraph_
api
0.1.1
Module stream_
modes
Module Items
Structs
In langgraph_
api::
models
langgraph_api
::
models
Module
stream_
modes
Copy item path
Source
Structs
§
Stream
Modes
StreamModes : Stream modes to control which events are returned. ‘lifecycle’ returns only run start/end events, ‘run_modes’ returns all run events (default behavior), ‘state_update’ returns only state update events.