UNPKG

@artinet/sdk

Version:

A TypeScript SDK for building collaborative AI agents.

9 lines (8 loc) 396 B
export * from './core/index.js'; export * from './a2a/index.js'; /** * A lot more modules on the way so we're going to stop exporting everything from here. * Instead we'll export them as packages, to reduce dependencies and improve tree shaking. * @note MCP Service will be exported as @artinet/sdk/mcp and removed from this file in the next minor release. */ export * from './mcp/index.js';