MVC Schema
Minimal Viable Context schema for cross-reality agent state synchronization.
Overview
@holoscript/mvc-schema defines schema structures used to move authenticated CRDT-based context between agents, sessions, and environments.
Installation
bash
npm install @holoscript/mvc-schemaUse When
- You need shared schema contracts for synchronized context.
- You are moving agent state between runtimes or realities.
- You want structured interoperability between distributed systems.
Key Capabilities
- Shared schema definitions for synchronized agent context.
- Useful for multi-runtime coordination.
- Supports authenticated distributed state patterns.