Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
31 lines (25 loc) · 2.24 KB

File metadata and controls

31 lines (25 loc) · 2.24 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

Features

These guides cover the capabilities you can add to your Copilot SDK application. Each guide includes examples in supported languages (TypeScript, Python, Go, .NET, Java, and Rust) where available.

New to the SDK? Start with the Getting Started tutorial first, then come back here to add more capabilities.

Guides

Feature Description
The Agent Loop How the CLI processes a prompt—the tool-use loop, turns, and completion signals
Hooks Intercept and customize session behavior—control tool execution, transform results, handle errors
Custom Agents Define specialized sub-agents with scoped tools and instructions
Fleet Mode Dispatch multiple sub-agents in parallel for large, independent workstreams
MCP Servers Integrate Model Context Protocol servers for external tool access
Skills Load reusable prompt modules from directories
Plugin Directories Bundle skills, hooks, MCP servers, and agents as a single loadable plugin
Session limits Set an AI Credits budget for a session and observe budget events
Image Input Send images to sessions as attachments
Streaming Events Subscribe to real-time session events (40+ event types)
Steering & Queueing Control message delivery—immediate steering vs. sequential queueing
Session Persistence Resume sessions across restarts, manage session storage
Remote Sessions Share locally hosted sessions to GitHub web and mobile via Mission Control
Cloud Sessions Run sessions on GitHub-hosted compute through Mission Control

Related

Morty Proxy This is a proxified and sanitized view of the page, visit original site.