SmartLLM.Telemetry.Extensions.AI
1.2.1
dotnet add package SmartLLM.Telemetry.Extensions.AI --version 1.2.1
NuGet\Install-Package SmartLLM.Telemetry.Extensions.AI -Version 1.2.1
<PackageReference Include="SmartLLM.Telemetry.Extensions.AI" Version="1.2.1" />
<PackageVersion Include="SmartLLM.Telemetry.Extensions.AI" Version="1.2.1" />
<PackageReference Include="SmartLLM.Telemetry.Extensions.AI" />
paket add SmartLLM.Telemetry.Extensions.AI --version 1.2.1
#r "nuget: SmartLLM.Telemetry.Extensions.AI, 1.2.1"
#:package SmartLLM.Telemetry.Extensions.AI@1.2.1
#addin nuget:?package=SmartLLM.Telemetry.Extensions.AI&version=1.2.1
#tool nuget:?package=SmartLLM.Telemetry.Extensions.AI&version=1.2.1
SmartLLM.Telemetry.Extensions.AI
Instrumentation for Microsoft.Extensions.AI IChatClient: wraps your client with spans, metrics, and tool/function-call telemetry (smartllm.tool).
Install
dotnet add package SmartLLM.Telemetry.Extensions.AI
Requires SmartLLM.Telemetry.OpenTelemetry and a provider (e.g. OpenAI).
services.AddInstrumentedChatClient<YourChatClient>();
// or InstrumentedEmbeddingGenerator for IEmbeddingGenerator
Author
Murat Erkara — LinkedIn · GitHub
Documentation
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.AI.Abstractions (>= 10.5.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.3)
- Microsoft.Extensions.Options (>= 10.0.3)
- SmartLLM.Telemetry.Core (>= 1.2.1)
- SmartLLM.Telemetry.OpenTelemetry (>= 1.2.1)
- SmartLLM.Telemetry.Tokenizer (>= 1.2.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SmartLLM.Telemetry.Extensions.AI:
| Package | Downloads |
|---|---|
|
SmartLLM.Telemetry.Providers.OpenAI
OpenAI provider adapter and instrumentation for SmartLLM.Telemetry. |
|
|
SmartLLM.Telemetry.Providers.Ollama
Ollama provider adapter and instrumentation for SmartLLM.Telemetry. |
|
|
SmartLLM.Telemetry.Providers.AzureOpenAI
Azure OpenAI provider adapter and instrumentation for SmartLLM.Telemetry. |
GitHub repositories
This package is not used by any popular GitHub repositories.