Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 4.34 KB

File metadata and controls

51 lines (35 loc) · 4.34 KB

Interoperability

AgenticStrata owns application-level runtime invariants. It deliberately leaves wire protocols, agent packaging, telemetry, and policy evaluation to focused standards and engines.

External surface AgenticStrata projection Boundary retained
AG-UI Intent, lifecycle events, approval interaction A UI confirmation is input evidence; policy validates it.
A2A Delegation, task state, artifacts Authority cannot expand during handoff.
MCP Capability schemas, tool results, receipt events Tool annotations do not grant executable authority.
OpenTelemetry GenAI Spans, decision summaries, conformance status Private reasoning and sensitive payloads stay out of telemetry.
CloudEvents Receipt and artifact references Correlation, tenant, privacy, and digest bindings survive transport.
Policy engine Grant, approval, attenuation query The external enforcement point remains authoritative.
OASF Opaque agent-record subject descriptor AgenticStrata binds canonical bytes but delegates semantic validation and media-type ownership.
in-toto / DSSE Execution Passport Statement and optional external envelope The core owns deterministic binding; signing, identity, transparency, and trusted time stay outside it.
StageFabric Sealed content-free placement artifact reduced to an evidence descriptor Adapter verifies the finalized successful-run trace (completed or retry 429/502/503/504), seal, exact writer bytes, run binding, and observation time; the result is observation-only and cannot expand authority.
Other execution-placement provider Content-free, run-bound evidence descriptor No payload or content field is admitted; producer validation remains an explicit adapter responsibility.

Adapter YAML files are declarative mappings with an explicit lossPolicy. They contain no vendor SDK and can be replaced without changing the core contract registry.

Attestation exchange

The Execution Passport uses the project-controlled predicate namespace documented at docs/spec/attestations/execution-passport/v2. The core writes exact RFC 8785 Statement bytes and has no Sigstore import. A deployment may verify a DSSE envelope through the provider-neutral authenticated-verifier interface. agentic-strata/sigstore is a separately exported optional subpath whose Sigstore packages are optional peers; importing the root package does not load or install them. No signing key, OIDC flow, or certificate issuance enters AgenticStrata.

Consumers choose one of two explicit policies:

  • unsigned allowed: verify schema, canonical digests, report binding, and local transport trust; this establishes integrity and association, not signer authenticity;
  • authenticated required: reject a bare Statement and require successful external envelope, signer-identity, and trust-material verification.

There is no implicit fallback from the second policy to the first. This prevents signature removal from becoming a silent trust downgrade.

The Sigstore adapter supports either an injected BundleVerifier with enterprise or offline trust material, or the public client factory with TUF options. It deliberately accepts only exact issuer and subject-alternative-name pairs. Regular-expression identity policy, signing, key management, and multi-signature semantics are outside this adapter.

Agent and flow specifications

Portable agent specifications answer questions such as “what is this agent, which tools may it request, and how is a flow assembled?” AgenticStrata answers “what did this application run actually request, authorize, change, verify, and prove?”

ApplicationManifest.architecture.externalAgentSpecifications therefore stores only:

  • an immutable or versioned reference;
  • a content digest;
  • a media type.

The external definition remains owned by its specification. Embedding a second agent-manifest dialect here would reduce portability and create conflicting sources of truth.

Optional project adapters

Intent normalization systems and inference control planes can integrate at the Intent & Outcome and Model & Compute strata respectively. They remain optional adapters: the reference runtime has no direct dependency on either, and their output is admitted only through the same contracts and evidence checks.