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.