Add code-defined skill to AI Agent in .NET Agent Framework
Authorised Territory demonstrates how a skill can be defined in code and added to an AI agent created with the .NET Agent Framework, with the agent using a locally running LLM via Ollama.
Full summary based on transcript
No transcript was provided with the feed item, so this summary is based on the video title and description.
What the video covers
- Defining an agent skill directly in code (a “code-defined skill”).
- Adding/registering that skill with an AI agent created using the .NET Agent Framework.
- Running the agent against a local LLM hosted in Ollama.
Technologies mentioned
- .NET Agent Framework
- .NET / C#
- Ollama (local LLM runtime)
- LLM-backed agent execution