Skip to content

docs(sdk): add scoped AGENTS.md#2081

Merged
enyst merged 1 commit intomainfrom
add-agents-md-sdk
Feb 15, 2026
Merged

docs(sdk): add scoped AGENTS.md#2081
enyst merged 1 commit intomainfrom
add-agents-md-sdk

Conversation

@enyst
Copy link
Copy Markdown
Collaborator

@enyst enyst commented Feb 15, 2026

Adds openhands-sdk/openhands/sdk/AGENTS.md following the structure suggested by the Codex /init prompt (concise repo-specific guidelines for structure, commands, style, testing, and PRs).


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

Run

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

All tags pushed for this build

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

About Multi-Architecture Support

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

Co-authored-by: openhands <openhands@all-hands.dev>
Copy link
Copy Markdown
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 - Straightforward, practical documentation. This is exactly what scoped guidelines should look like: clear commands, real advice, no theoretical nonsense. LGTM.

Copy link
Copy Markdown
Collaborator

@xingyaoww xingyaoww left a comment

Choose a reason for hiding this comment

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

I wonder if our current SDK support loading this though?

@enyst
Copy link
Copy Markdown
Collaborator Author

enyst commented Feb 15, 2026

I wonder if our current SDK support loading this though?

Not yet, coming up! 😅

For codex-cli it's just a prompt section. I'd try something similar, since we're rethinking a bit the prompt sections, WDYT?

@enyst enyst merged commit 492b2f0 into main Feb 15, 2026
30 checks passed
@enyst enyst deleted the add-agents-md-sdk branch February 15, 2026 10:17
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