Skip to main content

Building a GitHub Copilot agent for your GitHub Copilot Extension

Learn how to build a custom Copilot agent that determines the functionality of your Copilot Extension.

Configuring your GitHub Copilot agent to communicate with the GitHub Copilot platform

Learn how to interact with the Copilot platform by sending and receiving server-sent events with your Copilot agent.

Configuring your GitHub Copilot agent to communicate with GitHub

Learn how to verify payloads and get resources from GitHub with your Copilot agent.

Context passing for your agent

Learn how to use context passing with your Copilot agent.

Using GitHub Copilot's LLM for your agent

Learn how to use Copilot's LLM for your agent.