Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Semantic Kernel + PostHog AI Examples

Track Semantic Kernel LLM calls with PostHog.

Setup

cp .env.example .env
# Fill in your API keys in .env
uv sync

Examples

  • chat.py - Semantic Kernel with PostHog tracking via AsyncOpenAI wrapper

Run

source .env
uv run python chat.py