Skip to content

PLTF-87: install aiplatform for vertex ai#2373

Draft
aivong-openhands wants to merge 1 commit intomainfrom
av/install-aiplatform-for-vertex-ai
Draft

PLTF-87: install aiplatform for vertex ai#2373
aivong-openhands wants to merge 1 commit intomainfrom
av/install-aiplatform-for-vertex-ai

Conversation

@aivong-openhands
Copy link
Contributor

@aivong-openhands aivong-openhands commented Mar 9, 2026

Summary

[fill in a summary of this PR]

Checklist

  • If the PR is changing/adding functionality, are there tests to reflect this?
  • If there is an example, have you run the example to make sure that it works?
  • If there are instructions on how to run the code, have you followed the instructions and made sure that it works?
  • If the feature is significant enough to require documentation, is there a PR open on the OpenHands/docs repository with the same branch name?
  • Is the github CI passing?

Agent Server images for this PR

GHCR package: https://github.com/OpenHands/agent-sdk/pkgs/container/agent-server

Variants & Base Images

Variant Architectures Base Image Docs / Tags
java amd64, arm64 eclipse-temurin:17-jdk Link
python amd64, arm64 nikolaik/python-nodejs:python3.13-nodejs22 Link
golang amd64, arm64 golang:1.21-bookworm Link

Pull (multi-arch manifest)

# Each variant is a multi-arch manifest supporting both amd64 and arm64
docker pull ghcr.io/openhands/agent-server:f12fb52-python

Run

docker run -it --rm \
  -p 8000:8000 \
  --name agent-server-f12fb52-python \
  ghcr.io/openhands/agent-server:f12fb52-python

All tags pushed for this build

ghcr.io/openhands/agent-server:f12fb52-golang-amd64
ghcr.io/openhands/agent-server:f12fb52-golang_tag_1.21-bookworm-amd64
ghcr.io/openhands/agent-server:f12fb52-golang-arm64
ghcr.io/openhands/agent-server:f12fb52-golang_tag_1.21-bookworm-arm64
ghcr.io/openhands/agent-server:f12fb52-java-amd64
ghcr.io/openhands/agent-server:f12fb52-eclipse-temurin_tag_17-jdk-amd64
ghcr.io/openhands/agent-server:f12fb52-java-arm64
ghcr.io/openhands/agent-server:f12fb52-eclipse-temurin_tag_17-jdk-arm64
ghcr.io/openhands/agent-server:f12fb52-python-amd64
ghcr.io/openhands/agent-server:f12fb52-nikolaik_s_python-nodejs_tag_python3.13-nodejs22-amd64
ghcr.io/openhands/agent-server:f12fb52-python-arm64
ghcr.io/openhands/agent-server:f12fb52-nikolaik_s_python-nodejs_tag_python3.13-nodejs22-arm64
ghcr.io/openhands/agent-server:f12fb52-golang
ghcr.io/openhands/agent-server:f12fb52-java
ghcr.io/openhands/agent-server:f12fb52-python

About Multi-Architecture Support

  • Each variant tag (e.g., f12fb52-python) is a multi-arch manifest supporting both amd64 and arm64
  • Docker automatically pulls the correct architecture for your platform
  • Individual architecture tags (e.g., f12fb52-python-amd64) are also available if needed

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

API breakage checks (Griffe)

Result: Passed

Action log

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

Agent server REST API breakage checks (OpenAPI)

Result: Failed

Log excerpt (first 1000 characters)
{"asctime": "2026-03-09 23:20:39,452", "levelname": "WARNING", "name": "openhands.agent_server.config", "filename": "config.py", "lineno": 173, "message": "\u26a0\ufe0f OH_SECRET_KEY was not defined. Secrets will not be persisted between restarts."}
::error title=openhands-agent-server REST API::Breaking REST API change detected without MINOR version bump (1.12.0 -> 1.12.0).

Breaking REST API changes detected compared to baseline release:
- the 'file' request property type/format changed from 'string'/'' to 'string'/'binary'
/home/runner/work/software-agent-sdk/software-agent-sdk/.venv/lib/python3.13/site-packages/litellm/llms/custom_httpx/async_client_cleanup.py:66: DeprecationWarning: There is no current event loop
  loop = asyncio.get_event_loop()

Action log

@aivong-openhands aivong-openhands changed the title install aiplatform for vertex ai PLTF-87: install aiplatform for vertex ai Mar 9, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL20842556873% 
report-only-changed-files is enabled. No files were changed during this commit :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant