
Semantic Kernel is in maintenance mode. Microsoft has merged Semantic Kernel
and AutoGen into Microsoft Agent
Framework, which is where new agent
development is expected to happen. Semantic Kernel continues to receive bug
fixes and security patches, and this integration keeps working. If you are
starting a new project or planning a migration, see the Microsoft Agent
Framework guide.
Configuration
The integration works by sending trace data to Openlayer’s OpenTelemetry endpoint. To set it up, you need to:1
Set the environment variables
Set the following environment variables:
2
Initialize OpenLIT and Semantic Kernel
Initialize OpenLIT and Semantic Kernel in your application.
3
Run LLMs and workflows as usual
Once instrumentation is set up, you can run your LLM calls as usual.
Trace data will be automatically captured and exported to Openlayer, where
you can begin testing and analyzing it.For example: