Skip to main content

Crate horus

Crate horus 

Source
Expand description

A small, modular Rust agent loop.

Modules§

agent
Agent handles and the single linear command dispatch loop.
backend
Runtime adapters used by the agent loop.
middleware
Ordered middleware and capability registration.
protocol
The small event protocol shared by agent frontends.

Structs§

ProviderError
A model-provider failure with retry metadata preserved for callers.

Enums§

Error
Errors returned by Horus modules.

Type Aliases§

BoxFuture
A boxed asynchronous operation used by runtime-pluggable interfaces.
Result
Result type shared by Horus modules.