merge origin/main into pr-1704

This commit is contained in:
Re-bin
2026-03-10 18:09:15 +00:00
32 changed files with 1712 additions and 40 deletions

View File

@@ -587,7 +587,7 @@ class AgentLoop:
tool_defs = self.tools.get_definitions()
response = await self.provider.chat(
response = await self.provider.chat_with_retry(
messages=messages,
tools=tool_defs,
model=self.model,