feat: architectural grid editor fullPage + slash commands + doc info panel + AI title
This commit is contained in:
8
memento-note/run-test.ts
Normal file
8
memento-note/run-test.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { executeAgent } from "./lib/ai/services/agent-executor.service.js";
|
||||
|
||||
async function main() {
|
||||
const result = await executeAgent("cmory42lf001920drcqc6nmt8", "cmooqpcnb00001yvn3tzwgf1i");
|
||||
console.log(JSON.stringify(result, null, 2));
|
||||
}
|
||||
|
||||
main().catch(e => { console.error("ERROR:", e.message); process.exit(1); });
|
||||
Reference in New Issue
Block a user