Añadido imagenes en records nuevos

This commit is contained in:
Jordan Diaz
2026-04-10 16:13:35 +00:00
parent 19efed84b7
commit 0a8756c308
5 changed files with 108 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ class BaseAgent:
async def execute(
self,
session: SessionState,
max_steps: int = 10,
max_steps: int = 30,
) -> dict[str, Any]:
"""Run the agent's execution loop.