#198 · Primary category: AI Agents & Automation

copilot-sdk

Multi-platform SDK for integrating GitHub Copilot Agent into apps and services

Project last updated:08/29/26

GitHub Stars

10.4K

Forks

1.4K

Contributors

112

License

MIT

Why we included this project

In most apps, adding a Copilot-grade agent means building the planning and orchestration layer yourself. The GitHub Copilot SDK removes that step: it wraps the production-tested agent runtime behind Copilot CLI into libraries for Python, TypeScript, Go, .NET, Java, and Rust. You define the agent's behavior and the tools it can call, and Copilot takes care of planning, invoking tools, and editing files. That makes it a workable base for command-line assistants, IDE-style tooling, and internal automation, and the cookbooks and getting-started guide show how to stand up a first assistant, stream responses, and wire in custom tools. It's a supported, multi-language path to embedding a capable agent while keeping your own permission handling in place.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category