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.
- 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.
- Select the Choose an owner dropdown menu, then click your organization.
- Name the repository
.github-private, then write a brief description. - 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.
- Click Create repository.
- 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.