GitHub released an official SDK for Python, TypeScript, Go, .NET, Java, and Rust to integrate Copilot's agentic workflows directly into custom applications. The toolkit exposes the same production-tested agent runtime used by Copilot CLI, allowing developers to programmatically invoke planning, tool invocation, and file edits without building orchestration from scratch. This enables embedding Copilot's capabilities into external services and internal tools using standard SDK patterns.
- Official SDKs now available for Python, TS/JS, Go, .NET, Java, and Rust
- Exposes Copilot CLI's agent runtime for programmatic integration
- Handles planning, tool use, and file edits without custom orchestration
- Cookbooks and API docs provided for each language implementation
- Enables embedding agentic workflows directly into custom apps and services