@uaicp/core
v0.3.1
Published
Core UAICP Types and Interfaces
Maintainers
Readme
@uaicp/core
Core UAICP types and interfaces for TypeScript.
Version: 0.3.1
Install
npm install @uaicp/coreUsage
import type { MessageEnvelope, UaicpAdapter } from '@uaicp/core';
const envelope: MessageEnvelope = {
uaicp_version: '0.3.0',
trace_id: 'trace-1',
state: 'EXECUTING',
identity: {
agent_id: 'agent-a',
agent_type: 'langgraph',
framework: 'langchain',
version: '0.3.0',
},
evidence: [],
};Spec
- https://github.com/UAICP/uaicp/tree/main/specification
