@executioncontrolprotocol/spec
v0.5.0
Published
ECP specification types, JSON Schema generation, and validation
Readme
@executioncontrolprotocol/spec
Execution Control Protocol (ECP) specifies portable Context manifests for agent orchestration: structured inputs and outputs, tool boundaries, per-executor policies, and host-level enforcement via system config—so runs stay least-privilege and auditable.
Learn more: executioncontrolprotocol.io
This package provides TypeScript types and JSON Schema tooling for those Context manifests.
Install
npm install @executioncontrolprotocol/specWhat you get
- TypeScript types for Context manifests (ECP), including
PluginKind(provider,executor,logger,memory,tool, …), optionalPLUGIN_KINDStuple, and the Contextpluginsblock - JSON Schema generation output (
dist/ecp-context.schema.jsonin the package tarball)
Links
- Docs: executioncontrolprotocol.io
- Repo:
https://github.com/executioncontrolprotocol/executioncontrolprotocol - Issues:
https://github.com/executioncontrolprotocol/executioncontrolprotocol/issues
