Skip to main content

Module core

Module core 

Source
Expand description

Agent core: the Loop lifecycle trait, foundational lifecycle data types, and the sans-IO LoopMachine state machine.

See lifecycle for the trait and value types, and machine for the state machine. All public types are re-exported here so the paths crate::engine::core::Run, crate::engine::core::LoopMachine, etc. remain stable.

Re-exports§

pub use lifecycle::*;
pub use machine::*;

Modules§

lifecycle
Foundational lifecycle types and the core agent trait.
machine
The sans-IO agent-loop state machine.