What problem does it solve?
This Skill provides a production-tested agent runtime SDK that enables embedding AI agents and workflows into applications. It handles planning, tool invocation, file edits, streaming responses, and session management, so developers can build complex, interactive AI-powered features without reinventing orchestration.
Core Features & Use Cases
- Multi-language SDKs: Use the Copilot SDK in Python, TypeScript, Go, or .NET to integrate agentic capabilities into your apps.
- Tooling & Tools: Define custom tools for Copilot to call and orchestrate actions across your own systems.
- Session & Streaming: Create sessions with streaming outputs and manage long-running conversations.
- MCP & Server Integration: Connect to MCP servers and external services to extend Copilot's context and capabilities.
- Use Case: Build an in-app assistant that can run automated workflows, perform code changes, and fetch data from external APIs in real time.
Quick Start
Install the Copilot SDK in your language of choice, create a session, and send a simple prompt to verify integration.