This commit is contained in:
Sky
2026-02-04 11:35:08 +00:00
commit 84305e82e5
11 changed files with 735 additions and 0 deletions

3
agent/logger.ts Normal file
View File

@@ -0,0 +1,3 @@
export function log(message: string): void {
console.log(message);
}