Docs.rs
agent-runtime-0.1.0
agent-runtime 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tsharp
Dependencies
actix-web ^4
normal
async-trait ^0.1
normal
chrono ^0.4
normal
dashmap ^5.5
normal
futures ^0.3
normal
inventory ^0.3
normal
parking_lot ^0.12
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1.0
normal
uuid ^1.0
normal
actix-web ^4
dev
tempfile ^3.8
dev
tokio-test ^0.4
dev
Versions
38.46%
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
agent_runtime/llm/provider/
mod.rs
1
pub mod
llama;
2
pub mod
openai;
3
4
pub use
llama::LlamaClient;
5
pub use
openai::OpenAIClient;