Docs.rs
llm-agent-0.2.0
llm-agent 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
hoangvvo
Dependencies
async-stream ^0.3.6
normal
base64 ^0.22
normal
futures ^0.3
normal
llm-sdk-rs ^0.2
normal
opentelemetry ^0.30
normal
rmcp ^0.7
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
tracing-futures ^0.2
normal
tracing-opentelemetry ^0.31
normal
axum ^0.8.1
dev
chrono ^0.4
dev
dotenvy ^0.15.7
dev
opentelemetry-otlp ^0.30
dev
opentelemetry_sdk ^0.30
dev
rand ^0.8
dev
reqwest ^0.12.9
dev
schemars ^1.0.4
dev
similar ^2
dev
tokio ^1.42.0
dev
tower ^0.5.1
dev
tower-http ^0.6.2
dev
tracing-subscriber ^0.3
dev
urlencoding ^2.1.3
dev
Versions
61.36%
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 mcp
llm_
agent
0.2.0
Module mcp
Module Items
Structs
Enums
In crate llm_
agent
llm_agent
Module
mcp
Copy item path
Source
Structs
§
MCPStdio
Params
Launches a local MCP server via stdio.
MCPStreamableHTTP
Params
Connects to a remote MCP server exposing the streamable HTTP transport.
MCPToolkit
Toolkit implementation backed by the Model Context Protocol.
Enums
§
MCPInit
Either a fixed MCP configuration or a resolver that derives parameters from the agent context.
MCPParams
MCPParams
describes how to reach an MCP server.