first commit
This commit is contained in:
10
agent-creator/first-call.ts
Normal file
10
agent-creator/first-call.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { config } from "./load-env";
|
||||
|
||||
async function main() {
|
||||
void config;
|
||||
console.log("agent-creator: no credentials required.");
|
||||
}
|
||||
|
||||
main().catch((error) => {
|
||||
console.error(error);
|
||||
});
|
||||
Reference in New Issue
Block a user