fix(agents): raise dynamic retry cap budget

This commit is contained in:
Peter Steinberger
2026-02-21 15:41:03 +01:00
parent 1bd3f01c17
commit c8466e516f
3 changed files with 19 additions and 6 deletions

View File

@@ -128,7 +128,7 @@ describe("runEmbeddedPiAgent overflow compaction trigger routing", () => {
runId: "run-1",
});
expect(mockedRunEmbeddedAttempt).toHaveBeenCalledTimes(24);
expect(mockedRunEmbeddedAttempt).toHaveBeenCalledTimes(32);
expect(mockedCompactDirect).not.toHaveBeenCalled();
expect(result.meta.error?.kind).toBe("retry_limit");
expect(result.payloads?.[0]?.isError).toBe(true);