first commit

This commit is contained in:
jeremygan2021
2026-03-04 19:24:05 +08:00
commit f5117a90d1
28 changed files with 1647 additions and 0 deletions

3
agent-creator/client.ts Normal file
View File

@@ -0,0 +1,3 @@
export type AgentCreatorClient = Record<string, never>;
export const client: AgentCreatorClient = {};