Skip to content

sphenry/agent_hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGENT HACK with Semantic Kernel

Prerequisites

  • Python 3.8 or higher
  • Azure OpenAI service subscription
  • Semantic Kernel Python SDK

Installation

  1. Install the required packages:
pip install semantic-kernel
  1. Create a .env file in your project directory with the following content:
AZURE_OPENAI_DEPLOYMENT_NAME=your-deployment-name
AZURE_OPENAI_ENDPOINT=https://your-resource-name.openai.azure.com/
AZURE_OPENAI_API_KEY=your-api-key

Usage

Run the scripts:

python 01_simple_agent.py

For chainlit samples, you will also need to install

pip install chainlit

and run with, e.g.

chainlit run 03_agent_with_ui.py

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published