Change default max_output_tokens to None and add comprehensive model tests (#9366)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Graham Neubig
2025-06-29 21:57:34 -04:00
committed by GitHub
parent c992b6d2a0
commit 17853cd5bd
3 changed files with 111 additions and 24 deletions

View File

@@ -296,7 +296,6 @@ class Memory:
self.knowledge_microagents[name] = agent_knowledge
for name, agent_repo in repo_agents.items():
self.repo_microagents[name] = agent_repo
except Exception as e:
logger.warning(
f'Failed to load user microagents from {USER_MICROAGENTS_DIR}: {str(e)}'