🟢 Status: STABLECXP (Context Exchange Protocol) is an open, vendor-neutral protocol for sharing structured context between agents and robots — including task state, memory, perception summaries, intent, and policy — so multiple actors can coordinate actions consistently and safely.
Applies to: CXP-Core · CXP-Agent · CXP-Robot
Last updated: 2026-02-14
What CXP standardizes
CXP standardizes how context moves, not which model you use.- Envelope: versioning, identity, timestamps, TTL, integrity (hash/sign), and routing.
- Typed context: task, memory, world/perception, resources, decisions, and policy.
- Governance: permissions, purpose limits, retention, and audit signals.
- Interoperability: agent↔agent, agent↔robot, robot↔robot.
Progressive context (Preview → Request → Expand)
CXP supports progressive disclosure to avoid context flooding and reduce tokens/bandwidth:- Preview: send a minimal summary + references (no data dump)
- Request: receiver asks for specific pieces
- Expand: sender returns only the requested slices, under policy
When to use CXP
Use CXP when you need:- cross-vendor agent + robot coordination
- policy-controlled sharing (teams, orgs, devices)
- traceable context with provenance + confidence
- efficient context transfer (progressive disclosure)