Skip to content

Commit 7d8fb51

Browse files
brunoborgesCopilot
andauthored
Add official Java SDK information to README (#876)
* Add official Java SDK information to README * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Revise Java SDK installation instructions Updated Java SDK installation instructions to include Maven and Gradle links. --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 485ea5e commit 7d8fb51

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Agents for every app.
1010

11-
Embed Copilot's agentic workflows in your application—now available in Technical preview as a programmable SDK for Python, TypeScript, Go, and .NET.
11+
Embed Copilot's agentic workflows in your application—now available in Technical preview as a programmable SDK for Python, TypeScript, Go, .NET, and Java.
1212

1313
The GitHub Copilot SDK exposes the same engine behind Copilot CLI: a production-tested agent runtime you can invoke programmatically. No need to build your own orchestration—you define agent behavior, Copilot handles planning, tool invocation, file edits, and more.
1414

@@ -20,6 +20,7 @@ The GitHub Copilot SDK exposes the same engine behind Copilot CLI: a production-
2020
| **Python** | [`python/`](./python/) | [Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/python/README.md) | `pip install github-copilot-sdk` |
2121
| **Go** | [`go/`](./go/) | [Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/go/README.md) | `go get github.com/github/copilot-sdk/go` |
2222
| **.NET** | [`dotnet/`](./dotnet/) | [Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/dotnet/README.md) | `dotnet add package GitHub.Copilot.SDK` |
23+
| **Java** | [`github/copilot-sdk-java`](https://github.com/github/copilot-sdk-java) | WIP | See instructions for [Maven](https://github.com/github/copilot-sdk-java?tab=readme-ov-file#maven) and [Gradle](https://github.com/github/copilot-sdk-java?tab=readme-ov-file#gradle) |
2324

2425
See the individual SDK READMEs for installation, usage examples, and API reference.
2526

@@ -97,6 +98,8 @@ Yes, check out the custom instructions for each SDK:
9798
- **[Python](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-python.instructions.md)**
9899
- **[.NET](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-csharp.instructions.md)**
99100
- **[Go](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-go.instructions.md)**
101+
- **[Java](https://github.com/github/copilot-sdk-java/blob/main/instructions/copilot-sdk-java.instructions.md)**
102+
100103

101104
### What models are supported?
102105

@@ -127,12 +130,10 @@ Please use the [GitHub Issues](https://github.com/github/copilot-sdk/issues) pag
127130

128131
| SDK | Location |
129132
| --------------| ----------------------------------------------------------------- |
130-
| **Java** | [copilot-community-sdk/copilot-sdk-java][sdk-java] |
131133
| **Rust** | [copilot-community-sdk/copilot-sdk-rust][sdk-rust] |
132134
| **Clojure** | [copilot-community-sdk/copilot-sdk-clojure][sdk-clojure] |
133135
| **C++** | [0xeb/copilot-sdk-cpp][sdk-cpp] |
134136

135-
[sdk-java]: https://github.com/copilot-community-sdk/copilot-sdk-java
136137
[sdk-rust]: https://github.com/copilot-community-sdk/copilot-sdk-rust
137138
[sdk-cpp]: https://github.com/0xeb/copilot-sdk-cpp
138139
[sdk-clojure]: https://github.com/copilot-community-sdk/copilot-sdk-clojure

0 commit comments

Comments
 (0)