@artinet/sdk
Version:
A TypeScript SDK for building collaborative AI agents.
9 lines (8 loc) • 484 B
JavaScript
export { card, isAgentCardParams, } from "./agentcard-builder.js";
export { message, isMessageParams, messageSendParams, } from "./message-builder.js";
export { part } from "./part-builder.js";
export { artifact, isArtifactParams, isStatusParams, status, task, update, } from "./task-builder.js";
/**
* Exports from describe are meant to be portable between different modules.
* As such, they should only be dependant on `./types` or other Factory files that are also portable.
*/