Skip to content

Add logging to figure out path problem#2248

Draft
chuckbutkus wants to merge 2 commits intomainfrom
debug-logging
Draft

Add logging to figure out path problem#2248
chuckbutkus wants to merge 2 commits intomainfrom
debug-logging

Conversation

@chuckbutkus
Copy link
Contributor

@chuckbutkus chuckbutkus commented Mar 1, 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.12-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:190686f-python

Run

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

All tags pushed for this build

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

About Multi-Architecture Support

  • Each variant tag (e.g., 190686f-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., 190686f-python-amd64) are also available if needed

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

API breakage checks (Griffe)

Result: Failed

Log excerpt (first 1000 characters)

============================================================
Checking openhands-sdk (openhands.sdk)
============================================================
Comparing openhands-sdk 1.11.5 against 1.11.4
::notice title=openhands-sdk API::Ignoring Field metadata-only change (non-breaking): load_public_skills
No breaking changes detected

============================================================
Checking openhands-workspace (openhands.workspace)
============================================================
Comparing openhands-workspace 1.11.5 against 1.11.4
::warning file=openhands-workspace/openhands/workspace/docker/dev_workspace.py,line=33,title=DockerDevWorkspace.server_image::Attribute value was changed: `Field(default='ghcr.io/openhands/agent-server:latest-python', description='Pre-built agent server image to use.')` -> `Field(default=None, description='Pre-built agent server image. Mutually exclusive with base_image.')`
::error title=SemVer::Breaking changes detected (1); re

Action log

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

Agent server REST API breakage checks (OpenAPI)

Result: Passed

Action log

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

Coverage

Coverage Report •
FileStmtsMissCoverMissing
openhands-sdk/openhands/sdk/git
   git_changes.py984356%33, 58–59, 69–71, 75–76, 85–86, 99–101, 107, 113–114, 120–121, 127–128, 134–135, 143, 145, 157–159, 166–167, 181–183, 224–226, 228, 232, 240–241, 243, 250–252
   utils.py1182677%72–74, 99–101, 135–136, 143–148, 153–154, 164–169, 179–181, 211
TOTAL14882254282% 

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