@oaslananka/a2a-warp-core
v11.0.0
Published
Agent2Agent protocol TypeScript types, interfaces, constants, and validators.
Downloads
3,263
Maintainers
Readme
@oaslananka/a2a-warp-core
Agent2Agent protocol TypeScript types, interfaces, constants, and validators.
Zero runtime dependencies.
Exports
| Export path | Content |
| ----------- | --------------------------------- |
| . | All protocol types and interfaces |
Usage
import type { AgentCard, Task, Message } from '@oaslananka/a2a-warp-core';
const card: AgentCard = {
protocolVersion: '1.0',
name: 'My Agent',
url: 'https://example.com/agent',
version: '1.0.0',
};See Compatibility for supported Node.js and package ranges.
