chore: Bump agent server (#11520)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
sp.wack
2025-10-28 16:21:19 +04:00
committed by GitHub
parent 450aa3b527
commit a81bef8cdf
4 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ from openhands.sdk.utils.models import DiscriminatedUnionMixin
# The version of the agent server to use for deployments.
# Typically this will be the same as the values from the pyproject.toml
AGENT_SERVER_IMAGE = 'ghcr.io/all-hands-ai/agent-server:ab36fd6-python'
AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:2381484-python'
class SandboxSpecService(ABC):