Update README with official SDKs for OpenCode

Added official SDKs for OpenCode server in README.
This commit is contained in:
Lucas Shamanic 2025-09-22 18:22:54 +01:00 committed by GitHub
parent e608ed7e12
commit e37782fa65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,6 +50,10 @@
## Resources
* [GoTTY](https://github.com/sorenisanerd/gotty) - A simple command-line tool that turns your CLI tools, like OpenCode, into web applications.
* **Official SDKs** - Libraries for controlling the OpenCode server programmatically.
* [JavaScript/TypeScript](https://github.com/sst/opencode-sdk-js) - (`npm install @opencode-ai/sdk`)
* [Go](https://github.com/sst/opencode-sdk-go)
* [Python](https://github.com/sst/opencode-sdk-python)
➡️ **[Suggest a new Resource in our Discussions!](https://github.com/awesome-opencode/awesome-opencode/discussions/categories/resources)**