@x12i/connectix-contracts
v0.1.1
Published
Shared Connectix contract types: action descriptors, execute/pipeline envelopes, and stable error codes for the four curated connect operations.
Downloads
342
Readme
@x12i/connectix-contracts
Shared Connectix contract types: action descriptors (ActionDescriptor, NativeActionRef),
canonical execute envelopes (ConnectActionRequest / ConnectActionResponse), Memorix-shaped
pipeline envelopes (PipelineRequest / PipelineResponse), provider summaries, and the stable
ConnectError code set (ACTION_NOT_FOUND, ACTION_NOT_ALLOWED,
CONNECTION_BINDING_NOT_FOUND, CREDENTIAL_NOT_AVAILABLE, ...).
npm install @x12i/connectix-contractsimport { CONTRACT_VERSION, type PipelineRequest } from "@x12i/connectix-contracts";Contract version: "1". See @x12i/connectix-client for the HTTP client and
@x12i/connectix-tools for LLM tool definitions built on these types.
License: UNLICENSED (X12I internal; published for X12I service consumers).
