Integrate GitHub Copilot SDK with .NET Microsoft Agent Framework and Ollama
Authorised Territory demonstrates integrating the GitHub Copilot SDK with the .NET Microsoft Agent Framework, using Ollama to run models locally as part of an agent-style workflow.
Overview
The video shows how to connect three pieces:
- GitHub Copilot SDK for Copilot-based developer tooling
- Microsoft Agent Framework (.NET) for building agent-style application logic
- Ollama for running an LLM locally
It focuses on wiring these components together in a .NET/C# context so Copilot SDK and a local model runtime can be used alongside an agent framework.