(name: string, argsHash: string)
| 4 | import { AgentLoop } from '../src/agent/loop.js'; |
| 5 | import type { Message } from '../src/session/store.js'; |
| 6 | |
| 7 | const c = (name: string, argsHash: string) => ({ name, argsHash }); |
| 8 | |
| 9 | describe('detectStuckLoop', () => { |