Docs.rs
agentic-0.0.4
agentic 0.0.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jeremychone
Dependencies
dashmap ^6.1.0
normal
derive_more ^2
normal
eventsource-stream =0.2.3
normal
flume ^0.11.1
normal
futures ^0.3
normal
reqwest ^0.12.19
normal
rpc-router =0.2.0-alpha.1
normal
serde ^1
normal
serde_json ^1
normal
serde_with ^3
normal
strum ^0.27
normal
tokio ^1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3.19
dev
value-ext ^0.1.2
dev
Versions
67.9%
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
Skip to main content
Files
agentic/
lib.rs
1
// region: --- Modules
2
3
pub mod
mcp;
4
5
pub use
rpc_router::RpcId;
6
7
// endregion: --- Modules