feat(core): Introduce AgentLoopContext. (#21198)

This commit is contained in:
joshualitt
2026-03-09 09:02:20 -07:00
committed by GitHub
parent 7837194ab5
commit 96b939f63a
14 changed files with 196 additions and 66 deletions
@@ -64,7 +64,7 @@ describe('ToolExecutor', () => {
beforeEach(() => {
// Use the standard fake config factory
config = makeFakeConfig();
executor = new ToolExecutor(config);
executor = new ToolExecutor(config, config);
// Reset mocks
vi.resetAllMocks();