Archives for 2025

Building Local AI Agents: Semantic Kernel and Ollama in C#

The recent release of Microsoft's Semantic Kernel Agents Framework RC1 provides an excellent opportunity to explore its capabilities with C#. In this post, we'll walk through creating a simple agent using this framework and running it locally with Ollama.

Let's dive in!

Continue reading

Harnessing DeepSeek-R1 distilled model with .NET Aspire and Ollama locally

In my earlier posts, I've demonstrated how to install Ollama using the Windows installer. However, for developers, there's a more streamlined method to set up Ollama on your machine.

In this blog post, we'll explore how to run DeepSeek-R1 by harnessing the capabilities of .NET Aspire alongside Ollama on your local environment.

Continue reading

Leveraging Microsoft.Extensions.AI for Tool Calling in C#

Jan 27, 2025

In the previous post "Learning AI function calling in C# with Llama 3.2 SLM and Ollama running on your machine", we wrapped our head around the concept of tool calling and implemented a C# source generator enabling our functions to be called by Llama 3.2 SLM using Ollama.

In this post, we will explore how to use Microsoft Extensions AI for tool calling in a simple .NET CLI application. We will leverage the power of Ollama and Llama 3.2 SLM to call functions and interact with the AI model using C#.

Continue reading

Page 2 of 2