Expand description
AgenticReality — existential grounding system for AI agents.
Gives AI agents awareness of deployment context, resources, reality layers, topology, time, stakes, and coherence. Sister #10 “The Ground” in the Agentra Labs ecosystem.
Re-exports§
pub use engine::QueryEngine;pub use engine::RealityEngine;pub use engine::WriteEngine;pub use types::AnchorId;pub use types::ContextId;pub use types::DependencyId;pub use types::EventId;pub use types::IncarnationId;pub use types::NeighborId;pub use types::ObserverId;pub use types::RealityError;pub use types::RealityResult;pub use types::ServiceId;pub use types::SnapshotId;pub use types::TimelineId;pub use types::TransitionId;
Modules§
- bridges
- Sister bridge traits — 9 traits with NoOp defaults for standalone operation.
- cache
- cli
- CLI command implementations.
- engine
- Write and Query engines for AgenticReality.
- ffi
- FFI bindings for AgenticReality.
- format
- .areal binary file format — header, sections, footer.
- index
- Indexes for fast lookups across reality domains.
- inventions
- 26 inventions — the core innovations of AgenticReality.
- metrics
- query
- Query layer — intent scoping, delta retrieval, token budgets, pagination.
- security
- Security module — auth, authz, encryption, audit logging.
- storage
- Domain stores — 8 stores for the 7 reality domains + indexes.
- types
- Core data types for AgenticReality.
- validation
- Validation module — strict input validation with zero silent fallbacks.