File size: 200 Bytes
cd8bd0a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
export * from "./types.ts";
export * from "./baseAgent.ts";
export * from "./registry.ts";
export * from "./db.ts";

import { createCloudAgentTaskTable } from "./db.ts";

createCloudAgentTaskTable();