Skip to content

Latest commit

 

History

History

README.md

Documentation

These documents describe @smolpaws/openhands-agent, the idiomatic TypeScript transpilation of the OpenHands Python agent-sdk.

Durable documents

  • TRANSPILE_CONTRACT.md — compatibility promise, scope, policy IDs, dispositions, and pin-advance rules.
  • ARCHITECTURE.md — current TypeScript component architecture and runtime boundaries.
  • DRIFT_TOOLING.md — design for the canonical pin, generated interval reports, weekly watcher, server OpenAPI oracle, and differential evidence.

Focused research

These are research records. Check current source/tests and provider documentation before treating time-sensitive provider details as current.

Historical evidence

RELEASE_*.md files record release-specific changes and verification. They are history, not the current compatibility contract.

Repository entry points

Beads/issues track work only; they do not define parity.

Verification commands

npm test
npm run typecheck
npm run lint
npm run build
npm run typecheck:examples
npm run test:examples
npm pack --dry-run