Skip to content

Conversation

@enyst
Copy link
Collaborator

@enyst enyst commented Nov 28, 2025

service_id has been removed in 1.3.0, this PR proposes to clean up some lingering references.


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:b7e6122-python

Run

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

All tags pushed for this build

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

About Multi-Architecture Support

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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 28, 2025

Coverage

Coverage Report •
FileStmtsMissCoverMissing
openhands-sdk/openhands/sdk/llm
   llm.py41315562%336, 341, 345, 349–351, 355–356, 367–368, 370–371, 375, 392, 452, 482–484, 505, 509, 524, 530–531, 555–556, 566, 591–596, 617–618, 621, 625, 637, 642–645, 652, 655, 663–668, 672–675, 677, 690, 694–696, 698–699, 704–705, 707, 714, 717–722, 779–784, 837–838, 841–844, 885, 899, 953, 956–958, 961–969, 973–975, 978, 981–983, 990–991, 1000, 1007–1009, 1013, 1015–1020, 1022–1039, 1042–1046, 1048–1049, 1055–1064, 1077, 1091, 1096
   llm_registry.py441077%63–64, 70, 83, 88, 108–109, 114, 117, 122
TOTAL12578581953% 

@xingyaoww xingyaoww merged commit 3d5a8a1 into main Nov 29, 2025
21 checks passed
@xingyaoww xingyaoww deleted the remove-deprecated branch November 29, 2025 20:00
enyst added a commit to ramarlina/software-agent-sdk that referenced this pull request Nov 29, 2025
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.

3 participants