From df28a7a5b9c117fbfc128c3c62a9741beeaf9616 Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Thu, 12 Sep 2024 15:08:48 +0000 Subject: [PATCH] bump codeact to 1.10 --- agenthub/codeact_agent/codeact_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.