feat(agent): align harness execution tools

This commit is contained in:
Mario Zechner
2026-07-22 15:36:06 +02:00
parent 2d0b2294cd
commit e32c1491b5
19 changed files with 763 additions and 174 deletions
@@ -499,7 +499,7 @@ describe("AgentHarness", () => {
}),
]);
const env = new NodeExecutionEnv({ cwd: process.cwd() });
const toolContext = { env, sessionId: "session-1" };
const toolContext = { env };
let receivedContext: typeof toolContext | undefined;
const contextTool: AgentHarnessTool<typeof toolContext, typeof calculateTool.parameters, undefined> = {
...calculateTool,