If you want to embed GitHub Copilot's agentic workflows directly into your own applications, this SDK gives you programmatic access to the same engine that powers Copilot CLI. It's currently in technical preview and supports TypeScript, Python, Go, and .NET, so you can invoke Copilot's capabilities without building custom orchestration from scratch. The repo includes a cookbook with recipes to get started quickly. This is essentially for developers who want Copilot's agent behavior as a component in their tooling rather than just using it through the CLI or IDE extensions. Good for experimentation and internal tools right now, though keep in mind it's still preview status.
npx skills add https://github.com/doggy8088/agent-skills --skill copilot-sdk