From the course: AI-Powered Development: GitHub Copilot in Visual Studio
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Deeper look: Where does Copilot run? - Visual Studio Tutorial
From the course: AI-Powered Development: GitHub Copilot in Visual Studio
Deeper look: Where does Copilot run?
- [Narrator] We've been using Copilot Agent for a while now. Most of the time, we don't have to think too much about what it's doing, so long as it behaves the way we expect and makes the code changes we need, but it never hurts to peek under the hood and understand what's really happening when we run Copilot Agent. We already know that our input, the text that we type, gets sent to a large language model. The LLM processes that request and returns a response. But when you're working with an agent, it's not just generating a reply. It also needs to take action. So where does that action actually happen? At first glance, it might seem that everything is running right on your local machine, and to some extent that's true, especially when it comes to changes in your file system. When your code files are updated, those updates happen locally. But here's the key. The actual execution of tasks, running scripts…
Contents
-
-
-
-
-
-
-
-
-
-
-
-
Agent mode in Copilot: Quick review5m 59s
-
(Locked)
Create a new project: Where and how2m 8s
-
(Locked)
Start simple, create a new project5m 45s
-
(Locked)
Pedal & Pine Tours sample application3m 14s
-
(Locked)
Add a new feature to a existing project2m 19s
-
(Locked)
Keep or reject the changes1m 52s
-
(Locked)
Appending more instructions2m 50s
-
(Locked)
Refactor code with Copilot agent5m 6s
-
(Locked)
Build a new UI with the help of Copilot4m 14s
-
(Locked)
Examine the refactored site8m 10s
-
(Locked)
Deeper look: Where does Copilot run?2m 54s
-
-
-
-
-