State Drift
Agents lose intent and constraints as state transitions occur without formal invariants.
Multi-Agent Lifecycle Protocol
The Lifecycle Protocol of AI Agents
The lifecycle protocol for AI agent systems.
MPLP defines how agents are created, operated, audited, and decommissioned across their full lifecycle.
Not a framework. Not a runtime. Not a platform.
Status
Frozen / Stable
License
Apache 2.0
Governance
MPGC Managed
The Governance Gap
Multi-agent systems fail not because agents are weak, but because lifecycle semantics are undefined. These failures are structural outcomes of missing protocol-level invariants.
Frameworks scale features.
Protocols scale ecosystems.
Agents lose intent and constraints as state transitions occur without formal invariants.
Errors compound across agent boundaries due to missing semantic validation frames.
Coordination complexity grows exponentially without a unified lifecycle protocol.
Traceability is lost when lifecycle events are not governed by a canonical standard.
Protocol Topology
MPLP sits above agent frameworks and below applications, defining the normative lifecycle semantics that every conformant system must respect.
Lifecycle primitives and semantic invariants.
Governance primitives: Context, Plan, Confirm, Trace.
AEL loops, VSL logic, and Project Semantic Graph.
Models, tools, and external system adapters.
Adopt MPLP Incrementally
MPLP is designed for gradual, low-risk adoption. Each module is not a capability — it is a lifecycle constraint. Partial adoption is safe by design.
Capture structured lifecycle events and decision history.
Gate critical actions with explicit confirmation and auditability.
Enforce structured intent, plans, and lifecycle consistency.
Implementation
MPLP is model-agnostic and framework-neutral. You can start by governing a single agent state and expand as your system grows.
import { Trace } from "@mplp/sdk-ts";
Trace.record({
event: "intent.created",
detail: { description: "Generate report" }
});Protocol Conformance
Golden Flows are not examples — they are the normative conformance tests of the MPLP protocol. They ensure cross-vendor interoperability and semantic consistency.
Ecosystem Topology
MPLP provides the structural foundation for building observable and auditable agent systems. Canonical SDKs and schemas ensure rapid, safe integration.
Governance
Plan → Confirm → Trace: audit-ready evidence for agent systems, aligned with ISO/IEC 42001 and NIST AI RMF.
Resources
Canonical SDKs and module schemas to implement MPLP incrementally without vendor lock-in.
Evolution
Transparent evolution policy for the frozen v1.0.0 specification and forward-compatible extensions.
Build agent systems that remain reliable, observable, and governable — even as models, frameworks, and vendors change.