Crate oracle_omen_core
Source pub use event::*;pub use hash::*;pub use state::*;pub use capability::*;pub use tool::*;pub use error::*;pub use time::*;pub use serde_utils::*;pub use replay::*;
- capability
- Capability system for tool access control.
- error
- Core error types for oracle_omen.
- event
- Event log schema for deterministic replay.
- hash
- Stable hashing for event log integrity and replay verification.
- replay
- Replay engine for deterministic state reconstruction.
- serde_utils
- Deterministic serialization utilities.
- state
- State machine types for agents.
- time
- Deterministic time injection.
- tool
- Tool trait and related types for deterministic tool execution.