Docs.rs
lellm-graph-0.2.0
lellm-graph 0.2.0
Docs.rs crate page
MIT
15 June 2026
Links
Repository
crates.io
Source
Owners
penghcn
Dependencies
async-trait ^0.1
normal
futures-util ^0.3
normal
indexmap ^2
normal
lellm-agent ^0.2
normal
lellm-core ^0.2
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
uuid ^1
normal
lellm-macros ^0.2
dev
lellm-provider ^0.2
dev
schemars ^1
dev
Versions
65.19%
of the crate is documented
Go to latest version
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
Skip to main content
Module llm_node
lellm_
graph
0.2.0
Module llm_
node
Module Items
Structs
In crate lellm_
graph
lellm_graph
Module
llm_
node
Copy item path
Source
Expand description
LLM 相关节点 — AgentNode(完整 ReAct 循环)与 LLMNode(单次调用)。
Structs
§
Agent
Node
Agent 节点(包装 ToolUseLoop)。
LLMNode
单次 LLM 调用节点。