@artinet/sdk
Version:
TypeScript SDK for Agentic Communication
7 lines • 326 B
JavaScript
/**
* This file contains Artinet-specific schema definitions separate from the A2A protocol.
* These are extensions to the standard A2A protocol defined by Google:
* @see https://github.com/google/A2A/blob/main/samples/js/src/schema.ts
*/
export * from "./schemas/a2a/index.js";
//# sourceMappingURL=extended-schema.js.map