Docs.rs
llm-1.3.4
llm 1.3.4
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
graniet
Dependencies
async-trait ^0.1
normal
axum ^0.7
normal
optional
base64 ^0.22.1
normal
chrono ^0.4
normal
clap ^4
normal
optional
colored ^3.0.0
normal
optional
dirs ^6.0.0
normal
either ^1.15.0
normal
env_logger ^0.11
normal
optional
futures ^0.3
normal
log ^0.4
normal
rand ^0.8
normal
regex ^1.10
normal
reqwest ^0.12.12
normal
rodio ^0.20.0
normal
optional
rustyline ^15
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
spinners ^4.1
normal
optional
tokio ^1.0
normal
tower-http ^0.5
normal
optional
uuid ^1.0
normal
optional
rodio ^0.20.1
dev
rstest ^0.26
dev
tokio ^1.0
dev
Versions
70.39%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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 chat_wrapper
llm
1.3.4
Module chat_
wrapper
Module Items
Structs
In llm::
memory
llm
::
memory
Module
chat_
wrapper
Copy item path
Source
Expand description
Chat wrapper that adds memory capabilities to any ChatProvider.
Structs
ยง
Chat
With
Memory
Adds transparent long-term memory to any
ChatProvider
.