diff --git a/agenthub/codeact_agent/codeact_agent.py b/agenthub/codeact_agent/codeact_agent.py index aafc603c88..fa588e04cc 100644 --- a/agenthub/codeact_agent/codeact_agent.py +++ b/agenthub/codeact_agent/codeact_agent.py @@ -38,7 +38,7 @@ from openhands.utils.prompt import PromptManager class CodeActAgent(Agent): - VERSION = '1.9' + VERSION = '1.10' """ The Code Act Agent is a minimalist agent. The agent works by passing the model a list of action-observation pairs and prompting the model to take the next step.