Docs.rs
lc-agents-0.22.4
lc-agents 0.22.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
13 September 2026
Links
Repository
crates.io
Source
Owners
atliliw
Dependencies
async-trait ^0.1
normal
axum ^0.7
normal
optional
chrono ^0.4
normal
futures-util ^0.3
normal
lc-callbacks ^0.22.4
normal
lc-core ^0.22.4
normal
lc-embeddings ^0.22.4
normal
lc-memory ^0.22.4
normal
lc-prompts ^0.22.4
normal
lc-providers ^0.22.4
normal
lc-rag ^0.22.4
normal
lc-schema ^0.22.4
normal
lc-shared ^0.22.4
normal
lc-tools ^0.22.4
normal
lc-vector-stores ^0.22.4
normal
log ^0.4
normal
regex ^1
normal
schemars ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.0
normal
tokio-stream ^0.1
normal
tower ^0.5
normal
optional
tower-http ^0.6
normal
optional
uuid ^1
normal
tempfile ^3.0
dev
tokio-test ^0.4
dev
Versions
100%
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
lc_agents/function_calling/
mod.rs
1
pub mod
agent;
2
3
pub use
agent::FunctionCallingAgent;