()
| 680 | } |
| 681 | |
| 682 | function testProfile(): ResolvedAgentProfile { |
| 683 | return { |
| 684 | name: 'test', |
| 685 | systemPrompt: () => '<system-prompt>', |
| 686 | tools: [], |
| 687 | }; |
| 688 | } |
| 689 | |
| 690 | function createReadToolKaos(cwd: string, content: string): Kaos { |
| 691 | return createFakeKaos({ |