What problem does it solve?
This Skill enables embedding Copilot's agent-driven runtime into applications, so you can orchestrate planning, tool invocation, and dynamic responses without building a controller from scratch.
Core Features & Use Cases
- Agent runtime integration: embed Copilot's engine to orchestrate planning, tool calls, and automated actions inside your app.
- Streaming & sessions: manage streaming responses and session lifecycles for interactive AI agents.
- MCP and custom tools: connect to MCP servers and define custom tools or agents for specialized workflows.
- Multi-language support: use Python, TypeScript, Go, or .NET runtimes to integrate Copilot SDK in your stack.
Quick Start
Install the GitHub Copilot CLI and a language runtime for your target language, then create a Copilot client and a session with a model (e.g., gpt-4.1). If you want streaming, enable the streaming option and optionally register tools or custom agents.