Skip to main content

About third-party agents

You can incorporate coding agents into your development workflows on GitHub.

Кто может использовать эту функцию?

Third-party agents are available in the GitHub Copilot Pro+ and GitHub Copilot Enterprise plans.
Sign up for Copilot

В этой статье

Примечание.

Third-party coding agents are currently in public preview.

Introduction

You can use third-party coding agents alongside Агент кодирования Copilot to work asynchronously on your development tasks. You can assign an existing issue or give a prompt to an agent, which will work on the required changes and create a pull request. When the agent finishes, it will request a review from you, and you can leave pull request comments to ask the agent to iterate.

Coding agents are subject to the same security protections, mitigations, and limitations as Агент кодирования Copilot. To learn more about how you can use coding agents, see Сведения об агенте программирования GitHub Copilot.

Where you can use coding agents

You can kick off tasks with coding agents in the following locations:

  • The Agents tab: Select an agent under the prompt box in the Agents tab, then kick off a new task and watch the agent get to work on a pull request.
  • Issues: Assign the agent to an existing issue in a repository.
  • Pull requests: Mention @AGENT_NAME in a comment on an existing pull request to ask it to make changes.
  • On GitHub Mobile: From the Home view, click to start a new agent session.
  • In Visual Studio Code: Start a new session in the chat view, or delegate an existing session to a different agent.

Making coding agents available

Примечание.

  • Third-party agents are available in the GitHub Copilot Pro+ and GitHub Copilot Enterprise plans.

Before you can assign tasks to coding agents, they must be enabled. If you are a GitHub Copilot Pro+ subscriber, see Управление политиками GitHub Copilot в качестве отдельного подписчика.

For Бизнес GitHub Copilot and GitHub Copilot Enterprise subscribers, the ability to use Агент кодирования Copilot is controlled by policy settings defined at the organization level. See Управление политиками и функциями для GitHub Copilot в организации.

If the organization is owned by an enterprise, enablement may be controlled at the enterprise level. See Управление политиками и функциями для GitHub Copilot в вашей организации.

Supported coding agents

The following third-party agents are supported on GitHub:

Usage costs

Coding agents consume GitHub Actions minutes and GitHub Copilot premium requests. Each agent session consumes one premium request.

Within your monthly usage allowance for GitHub Actions and premium requests, you can ask agents to work on coding tasks without incurring any additional costs.

For more information, see Лицензии GitHub Copilot.

Next steps