Skip to main content

Module types

Module types 

Source
Expand description

Core data types for AgenticReality.

Re-exports§

pub use ids::AnchorId;
pub use ids::ContextId;
pub use ids::DependencyId;
pub use ids::EventId;
pub use ids::IncarnationId;
pub use ids::NeighborId;
pub use ids::ObserverId;
pub use ids::ServiceId;
pub use ids::SnapshotId;
pub use ids::TimelineId;
pub use ids::TransitionId;
pub use error::RealityError;
pub use error::RealityResult;

Modules§

coherence
Coherence maintenance types — “How do I stay grounded?”
deployment
Deployment consciousness types — “Where do I exist?”
environment
Environment types — “What medium do I exist in?”
error
Error types for AgenticReality.
ids
Core identifier types for AgenticReality.
reality
Reality physics types — “What is real?”
resource
Resource proprioception types — “What do I have?”
stakes
Stakes perception types — “What are the consequences?”
temporal
Temporal grounding types — “When am I?”
topology
Topology awareness types — “What surrounds me?”

Constants§

AREAL_MAGIC
.areal file magic bytes: “REAL”
FOOTER_MAGIC
Footer magic: “REALEND\0”
FOOTER_SIZE
Footer size in bytes
FORMAT_VERSION
.areal format version
HEADER_SIZE
Header size in bytes

Functions§

now_micros
Current timestamp in microseconds since epoch.