Skip to content

mohabbati/learn-semantic-kernel

Repository files navigation

LearnSemanticKernel

This repository hosts a small console application that demonstrates how to build an agent with the Semantic Kernel SDK. The sample agent can answer chat prompts and manage files via the included FilePlugin.

Prerequisites

Configuration

Store your Azure OpenAI settings using user secrets:

dotnet user-secrets set "Endpoint" "<your-endpoint>"
dotnet user-secrets set "ApiKey" "<your-api-key>"

Running the sample

From the repository root run:

dotnet run --project LearnSemanticKernel

The agent will prompt for input and can create or list files under the c:\sk-temp directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages