Skip to main content

About agent management

Use one centralized control page to jump between Copilot 코딩 에이전트 sessions, check progress, and stay in control without losing your place.

누가 이 기능을 사용할 수 있나요?

Copilot 코딩 에이전트는 GitHub Copilot Pro, GitHub Copilot Pro(프로)+, GitHub Copilot Business,GitHub Copilot Enterprise 플랜과 함께 사용할 수 있습니다. 에이전트는 GitHub에 저장된 모든 리포지토리에서 사용할 수 있습니다. 단, 관리형 사용자 계정가 소유한 리포지토리에서는 에이전트가 명시적으로 비활성화되어 있습니다.
Sign up for Copilot

About agents

AI agents are autonomous systems that can evaluate their environment, make decisions, and take actions to complete tasks. Agents can break down complex tasks into steps, use various tools and resources, plan their approach, and adapt based on human feedback until they accomplish their assigned objective.

Copilot 코딩 에이전트 brings automation and assistance to every stage of the software development process on GitHub. You can run multiple sessions of Copilot 코딩 에이전트 concurrently, allowing you to efficiently delegate work items. Utilizing custom agents you can build out a team of task-specific agents with customized system prompts to handle simpler tasks like writing tests and refactoring, giving you bandwidth to prioritize problem-solving and collaboration. See About custom agents.

To learn more about Copilot 코딩 에이전트, see GitHub Copilot 코딩 에이전트 정보.

Managing agents

When utilizing GitHub's agentic features, you can use the Agents tab as a centralized control page where you can initiate, monitor, and manage agent tasks across GitHub.

참고 항목

The Agents tab is in public preview and subject to change.

From the Agents tab, you can:

  • Kick off new agent tasks: Select any repository you have write access to, and optionally choose from custom agents best suited for the task. See GitHub Copilot에게 끌어오기 요청을 생성하도록 요청.
  • Review the live session log, diff, and overview of changes: Once Copilot starts working, you can open the agent session to monitor agent activity.
  • Steer agents mid-session: If you realize you didn't scope a request correctly, or want Copilot to use a specific tool or service, you can step in and provide steering input without stopping the run. Steering uses one premium request per message. See GitHub Copilot의 세션 추적.
  • Open a session in VS Code: When you want to start working on changes to an agent session in your local development environment, click the "Open in VS Code Insiders" button to open the session in VS Code.

    참고 항목

    Opening a session in VS Code Insiders requires the latest versions of VS Code Insiders, the GitHub Copilot extension, and the GitHub Pull Requests extension.

  • Review and merge agent code: Once Copilot completes a session, you can read a summary of the changes it made and scan the diff of the pull request to see if you want to request further improvements. If the changes look ready for a final review, you can jump right into the pull request from the agent session view to approve and merge. See GitHub Copilot에서 만든 끌어오기 요청 검토.

Next steps

To start managing agents, see Managing Copilot coding agents.