UNPKG

@artinet/sdk

Version:

A TypeScript SDK for building collaborative AI agents.

6 lines (5 loc) 143 B
export * as A2A from "./a2a.js"; /** * @deprecated Use {@link A2A.Engine} instead. */ export type { Engine as AgentEngine } from "./a2a.js";