@agentbond/core
v0.1.1
Published
Core type definitions for agentbond — agent-first governance infrastructure
Readme
@agentbond/core
Core type definitions for agentbond — agent-first governance infrastructure for AI agents.
Installation
npm install @agentbond/coreWhat's Included
This package provides TypeScript interfaces and types shared across the agentbond ecosystem:
AgentIdentity— Agent identificationAgentAction/ActionScope— Action representationAuthorizationToken/AuthorizationDecision— Authorization primitivesBudget/BudgetLedgerEntry— Budget managementIntentRecord/IntentPolicy— Intent proof (future)Contract/ContractParty— Inter-agent contracts (future)SettlementHook/SettlementRecord— Settlement (future)AuditRecord— Audit trail
Usage
import type { AuthorizationToken, AgentIdentity } from "@agentbond/core";License
MIT
