Skip to main content

Preparando-se para usar agentes personalizados em sua organização

Configure the repository that will contain custom agents for your organization.

Quem pode usar esse recurso?

Organization owners

Observação

Copilot custom agents are in public preview and subject to change.

Prerequisites

Before following this article, you should understand what Copilot custom agents are and how they work. See About custom agents.

Preparing your organization for custom agents

Observação

If your organization is part of an enterprise, your enterprise owners can configure a ruleset that restricts the creation and management of organization-level custom agents. To understand the availability of custom agents in your organization, contact your enterprise owners.

  1. Start creating your custom agent repository using GitHub's template repository. The template repository contains a starter README and the necessary file structure to speed up your configuration.
  2. Select the Choose an owner dropdown menu, then click your organization.
  3. Name the repository .github-private, then write a brief description.
  4. Select the visibility dropdown menu, then choose one of the following options:
    • To grant read access to all members of your organization or enterprise, click Internal.
    • To manually grant access after creation, or if internal visibility is not an option, click Private.
  5. Click Create repository.
  6. Update the template README as needed. Consider including creation guidelines for custom agents or compliance considerations specific to your organization.

Next steps

To implement custom agents in your organization, see Testing and releasing custom agents in your organization or enterprise.