Docs.rs
autoagents-core-0.3.5
autoagents-core 0.3.5
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
saivishwak
Dependencies
async-trait ^0.1.89
normal
autoagents-llm ^0.3.5
normal
autoagents-protocol ^0.3.5
normal
futures ^0.3.32
normal
futures-core ^0.3.32
normal
futures-util ^0.3.32
normal
log ^0.4.29
normal
regex ^1.12.3
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
thiserror ^2.0.18
normal
uuid ^1.21.0
normal
walkdir ^2.5
normal
wasmtime ^42.0.0
normal
optional
autoagents-llamacpp ^0.3.5
dev
core_affinity ^0.8.3
dev
criterion ^0.8.2
dev
tempfile ^3.10.1
dev
wat ^1.245.1
dev
ractor ^0.15.7
normal
tokio ^1.43.0
normal
tokio-stream ^0.1.18
normal
getrandom ^0.4.1
normal
uuid ^1.21.0
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-futures ^0.4.50
normal
Versions
36.3%
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 document
autoagents_
core
0.3.5
Module document
Module Items
Structs
In crate autoagents_
core
autoagents_core
Module
document
Copy item path
Source
Structs
ยง
Document
Represents a piece of content along with optional metadata. Mirrors the LangChain document abstraction (
page_content
+
metadata
).