diff --git a/apps/cli/src/test.ts b/apps/cli/src/test.ts deleted file mode 100644 index d88509de..00000000 --- a/apps/cli/src/test.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { RunEvent } from "./application/entities/workflow-event.js"; - -const obj = {"type":"tool-invocation","stepId":"test_agent","toolName":"ask-human","input":{"question":"Do you want me to run the command `date` in the terminal to show today’s date?"},"ts":"2025-11-11T06:31:20.103Z"}; - -console.log(RunEvent.parse(obj)); \ No newline at end of file