Skip to main content

Testing and releasing 사용자 지정 에이전트 in your organization or enterprise

Ensure your 사용자 지정 에이전트 are performant and compliant before releasing them to your company.

참고 항목

코파일럿 사용자 지정 에이전트는 공개 미리 보기 상태에 있으며 변경될 가능성이 있습니다.

Introduction

Before you release or update a 사용자 지정 에이전트 in your organization or enterprise, you can test the agent privately to ensure it meets your standards. Once you are satisfied, you can then easily change the location of your 에이전트 프로필 to make it available across your company.

Prerequisites

Before you can test a 사용자 지정 에이전트, you need to set up your organization or enterprise for 사용자 지정 에이전트. See 조직에서 사용자 지정 에이전트 사용 준비 or 엔터프라이즈에서 사용자 지정 에이전트 사용 준비.

1. Create your test 사용자 지정 에이전트

  1. In your organization or enterprise's .github-private repository, create a new directory called .github/agents. Agents stored in this directory are only available to members of your organization or enterprise who have access to the .github-private repository, and can only be used when they start a task within that repository.
  2. In your .github/agents directory, create the 에이전트 프로필 for your test agent. You can create a net-new profile or duplicate an existing profile to test potential updates. For information on configuring an 에이전트 프로필, see 사용자 지정 에이전트 만들기.
  3. Merge your test 에이전트 프로필 into the default branch of your repository.

2. Test your 사용자 지정 에이전트

  1. Navigate to the agents tab at http://github.com/copilot/agents.
  2. Using the dropdown menu in the prompt box, select your .github-private repository.
  3. Select , then click your test agent.
  4. To test your 사용자 지정 에이전트, send Copilot a prompt.
  5. In the "Recent sessions" section, click your session to see detailed information about your results.
  6. Continue making changes and testing your 사용자 지정 에이전트 as needed until you are satisfied with its performance.

3. Release your 사용자 지정 에이전트

  1. In your .github-private repository, move your 에이전트 프로필 from the .github/agents directory into the agents directory.
  2. Merge your changes into the default branch. Your 사용자 지정 에이전트 is now available to all users in your organization or enterprise.

Next steps

To monitor the usage of 사용자 지정 에이전트 in your organization, filter your organization's audit log by actor:Copilot. See 조직의 감사 로그 검토.

To monitor the usage of 사용자 지정 에이전트 in your enterprise, see 엔터프라이즈에서 에이전트 활동 모니터링.