agents.ts

This commit is contained in:
nirholas
2026-03-31 10:22:39 +00:00
parent 663eb869e6
commit 386e767d57

View File

@@ -68,3 +68,4 @@ export async function agentsHandler(): Promise<void> {
console.log(lines.join('\n').trimEnd()) console.log(lines.join('\n').trimEnd())
} }
} }