Docs.rs
agent-runtime-0.1.0
agent-runtime 0.1.0
Permalink
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
Module tool
agent_
runtime
0.1.0
Module tool
Module Items
Structs
Traits
In crate agent_
runtime
agent_runtime
Module
tool
Copy item path
Source
Structs
§
Calculator
Tool
Example: Calculator tool for simple math
Echo
Tool
Example: Echo tool that returns its input
Traits
§
Tool
Tool trait that all tools must implement