Skip to main content

에이전트 관리 정보

중앙 집중식 컨트롤 페이지를 사용하여 Copilot 코딩 에이전트 세션 사이를 이동하고, 진행 상황을 확인하며, 위치를 잃지 않고 지속적으로 관리할 수 있습니다.

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

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 coding agent brings automation and assistance to every stage of the software development process on GitHub. You can run multiple sessions of Copilot coding agent 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 coding agent, see About GitHub Copilot coding agent.

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 Asking GitHub Copilot to create a pull request.
  • 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 Tracking GitHub Copilot's sessions.
  • 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 Reviewing a pull request created by GitHub Copilot.

Next steps

To start managing agents, see Managing Copilot coding agents.