()
| 9 | import type { BotNode } from "@copilotkit/bot-ui"; |
| 10 | |
| 11 | const tick = () => new Promise((r) => setTimeout(r, 0)); |
| 12 | |
| 13 | /** |
| 14 | * Compile-time guards for the handler generics (validated by check-types/build, |
no outgoing calls
no test coverage detected
searching dependent graphs…