Skip to content

Commit 75315cc

Browse files
Increase max agent turns
1 parent f6bb1be commit 75315cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/policyengine_api/agent_sandbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def _run_agent_impl(
377377
api_base_url: str = "https://v2.api.policyengine.org",
378378
call_id: str = "",
379379
history: list[dict] | None = None,
380-
max_turns: int = 30,
380+
max_turns: int = 100,
381381
traceparent: str | None = None,
382382
) -> dict:
383383
"""Core agent implementation."""

0 commit comments

Comments
 (0)