@tetsuo-ai/protocol
v0.2.0
Published
Public protocol artifacts and trust-surface constants for AgenC
Downloads
2,072
Maintainers
Readme
@tetsuo-ai/protocol
Public protocol artifact package for AgenC.
What This Package Is
This is the installable npm contract exported from agenc-protocol. It is derived from the committed canonical artifacts at the repo root; it is not the source of truth itself.
It exposes:
AGENC_COORDINATION_IDLAGENC_PROTOCOL_MANIFESTVERIFIER_ROUTER_IDLAGENC_COORDINATION_PROGRAM_ADDRESSAgencCoordinationtype
Canonical source-of-truth artifacts still live at the repository root:
artifacts/anchor/idl/agenc_coordination.jsonartifacts/anchor/types/agenc_coordination.tsartifacts/anchor/manifest.jsonscripts/idl/verifier_router.json
This package's generated inputs are synchronized from those canonical artifacts
via npm run sync:artifacts.
The root package export preserves the canonical JSON IDL object from
artifacts/anchor/idl/agenc_coordination.json. The exported AgencCoordination
type is the Anchor-generated camelCase helper copied from
artifacts/anchor/types/agenc_coordination.ts.
Raw artifact subpaths are also exported:
@tetsuo-ai/protocol/idl/agenc_coordination.json@tetsuo-ai/protocol/manifest.json@tetsuo-ai/protocol/verifier-router.json
Consumer Guidance
Use this package when you need released protocol artifacts in downstream repos such as agenc-sdk, agenc-prover, or external integrations.
Use the repo-root artifacts when you are maintaining protocol source of truth inside agenc-protocol.
