GitHub Copilot CLI SDK — Embed AI Agents Into Your Apps

Опубликовано: 18 Июнь 2026
на канале: Kuro
8
0

GitHub just released the Copilot SDK — a multi-platform toolkit for embedding Copilot's agentic AI workflows into your own applications.

Available for Python, TypeScript, Go, .NET, Java, and Rust, the SDK exposes the same production-tested engine behind Copilot CLI via JSON-RPC.

Key Features:
6 SDK languages: Python, TypeScript, Go, .NET, Java, Rust
BYOK (Bring Your Own Key): use OpenAI, Anthropic, Azure models
Multiple auth methods: GitHub OAuth, env vars, BYOK
Custom agents, skills, MCP integrations
Production-ready — generally available, MIT license

Quick Install:
npm install @github/copilot-sdk
pip install github-copilot-sdk
go get github.com/github/copilot-sdk/go

GitHub Repository:
https://github.com/github/copilot-sdk

#GitHub #Copilot #SDK #AI #Agents #OpenSource