This commit is contained in:
2025-11-18 14:39:32 +08:00
parent 572f793061
commit a24bd021a9
8 changed files with 238 additions and 41 deletions

5
agent/test/init.ts Normal file
View File

@@ -0,0 +1,5 @@
import '../index.ts';
import { main } from '@agent/task.ts';
main()