- Initialize TypeScript project with pnpm - Create agent, gateway, client, and shared modules - Configure ESM with strict TypeScript settings Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
140 B
TypeScript
4 lines
140 B
TypeScript
export * from "./agent/index.js";
|
|
export * from "./gateway/index.js";
|
|
export * from "./client/index.js";
|
|
export * from "./shared/index.js";
|