Set research agents to retry 3 times

This commit is contained in:
Yiorgis Gozadinos 2025-09-19 09:43:57 +03:00
parent ad7a9ed324
commit 5f102c8475
No known key found for this signature in database

View file

@ -46,6 +46,7 @@ class BaseResearchAgent[T](ABC):
deps_type=ResearchDependencies,
output_type=agent_output_type,
system_prompt=self.get_system_prompt(),
retries=3,
)
# Register tools