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 runtime
autoagents_
core
0.3.5
Module runtime
Module Items
Structs
Enums
Traits
In crate autoagents_
core
autoagents_core
Module
runtime
Copy item path
Source
Structs
§
Runtime
Config
Configuration for runtime instances.
Single
Threaded
Runtime
Single-threaded runtime implementation with internal event routing
Enums
§
Runtime
Error
Error types for runtime operations and message routing.
Traits
§
Runtime
Abstract runtime that manages actor subscriptions, pub/sub delivery, and emission of protocol events. Implementations can provide different threading or transport strategies.
Typed
Runtime
Type-safe convenience layer over
Runtime
for strongly-typed topics and direct messaging to actors.