Files
skills_repo/agent-creator/client.ts
jeremygan2021 f5117a90d1 first commit
2026-03-04 19:24:05 +08:00

4 lines
103 B
TypeScript

export type AgentCreatorClient = Record<string, never>;
export const client: AgentCreatorClient = {};