Skip to content

docs: align AGENTS.md guidance across repo#2087

Merged
enyst merged 1 commit intomainfrom
align-agents-md-guidance
Feb 15, 2026
Merged

docs: align AGENTS.md guidance across repo#2087
enyst merged 1 commit intomainfrom
align-agents-md-guidance

Conversation

@enyst
Copy link
Collaborator

@enyst enyst commented Feb 15, 2026

Aligns AGENTS.md guidance across the monorepo and package scopes:\n\n- Root AGENTS.md: clarify uv-managed monorepo structure + correct test path example\n- Package AGENTS.md (sdk/tools/workspace): rename to 'Package Guidelines' for clarity\n\nCo-authored-by: openhands openhands@all-hands.dev


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

Run

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

All tags pushed for this build

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

About Multi-Architecture Support

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

Co-authored-by: openhands <openhands@all-hands.dev>
Copy link
Collaborator

@all-hands-bot all-hands-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Good taste - Clean documentation improvements that fix an incorrect test path example and clarify the monorepo structure. LGTM!

@github-actions
Copy link
Contributor

Coverage

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

@enyst enyst merged commit 1c7b1a3 into main Feb 15, 2026
28 checks passed
@enyst enyst deleted the align-agents-md-guidance branch February 15, 2026 16:23
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