diff --git a/README.md b/README.md index 44f0937b..0eafac1b 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,22 @@ Please use the [GitHub Issues](https://github.com/github/copilot-sdk/issues) pag - **[Cookbook](./cookbook/README.md)** – Practical recipes for common tasks across all languages - **[Samples](./samples/README.md)** – Video walkthroughs and sample projects +## Unofficial, Community-maintained SDKs + +⚠️ Disclaimer: These are unofficial, community-driven SDKs and they are not supported by GitHub. Use at your own risk. + +| SDK | Location | +| --------------| -------------------------------------------------- | +| **Java** | [copilot-community-sdk/copilot-sdk-java][sdk-java] | +| **Rust** | [copilot-community-sdk/copilot-sdk-rust][sdk-rust] | +| **C++** | [0xeb/copilot-sdk-cpp][sdk-cpp] | +| **Clojure** | [krukow/copilot-sdk-clojure][sdk-clojure] | + +[sdk-java]: https://github.com/copilot-community-sdk/copilot-sdk-java +[sdk-rust]: https://github.com/copilot-community-sdk/copilot-sdk-rust +[sdk-cpp]: https://github.com/0xeb/copilot-sdk-cpp +[sdk-clojure]: https://github.com/krukow/copilot-sdk-clojure + ## Contributing See [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution guidelines.