# openhands-sdk

Reference skill for the **OpenHands Software Agent SDK** - the Python framework
for building AI agents that write software.

This skill is a **thin pointer** to the canonical SDK documentation. All detailed
content lives on the docs site and is not duplicated here.

- Skill entry point: [`SKILL.md`](./SKILL.md)

## Documentation

- [Full SDK docs](https://docs.openhands.dev/sdk)
- [LLMs.txt (structured doc index)](https://docs.openhands.dev/llms.txt)
- [SDK source code](https://github.com/OpenHands/software-agent-sdk)
- [Examples](https://github.com/OpenHands/software-agent-sdk/tree/main/examples/01_standalone_sdk)

## Contributing SDK documentation

**Do not add SDK-specific documentation to this repo.** The source of truth is
[OpenHands/docs](https://github.com/OpenHands/docs). If you want to improve SDK
docs, submit changes there. This skill links directly to the docs site.
