📄️ Runtime Glue Overview
Overview of MPLP Runtime Glue (L3). Defines how protocol elements are realized at runtime through the Project Semantic Graph (PSG) and event emission.
📄️ AEL
Action Execution Layer specification for MPLP runtime. Covers LLM API calls, tool invocation, agent handoffs, security sandboxing, and observability event emission.
📄️ Crosscut PSG Binding
Specification of MPLP Crosscutting Concerns (coordination, error-handling, etc.) and their binding to PSG state and Observability events.
📄️ Drift and Rollback
Specification for Drift Detection and Rollback mechanisms in MPLP runtimes. Defines strategies for detecting state divergence and restoring PSG consistency.
📄️ Module PSG Paths
Matrix of data flow paths between MPLP L2 Modules and the Project Semantic Graph (PSG). Defines access modes (READ/WRITE) and ownership for each module.
📄️ PSG — Project Semantic Graph
The Project Semantic Graph (PSG) is the single source of truth for all project state in MPLP.
📄️ VSL
Value State Layer specification for MPLP runtime. Covers state persistence, pluggable backends, snapshot/restore, transaction support, and encryption at rest.