For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sign inTry it free
DocsGuidesSDKsIntegrationsAPI docsTutorialsFlagship blog
DocsGuidesSDKsIntegrationsAPI docsTutorialsFlagship blog
  • SDKs
    • SDK concepts
    • SDK features
    • Client-side SDKs
    • Server-side SDKs
    • AI SDKs
      • .NET AI SDK reference
      • Go AI SDK reference
      • Node.js (server-side) AI SDK reference
      • Python AI SDK reference
      • Ruby AI SDK reference
    • Edge SDKs
    • OpenFeature providers
    • Observability SDKs
    • Relay Proxy
Sign inTry it free
LogoLogo
On this page
  • Overview
  • About AI SDKs
  • AI SDKs
  • Additional resources
SDKs

AI SDKs

Was this page helpful?
Previous

.NET AI SDK reference

Next
Built with

Overview

This category contains documentation topics explaining LaunchDarkly’s AI SDKs.

LaunchDarkly’s AI SDKs are designed for use with AgentControl. They are currently in a pre-1.0 release and under active development.

About AI SDKs

While LaunchDarkly server-side, client-side, and edge SDKs focus on interacting with feature flags, the LaunchDarkly AI SDKs interact with AgentControl configs. Configs are resources that you create in LaunchDarkly and use to customize, test, and roll out new large language models (LLMs) within your generative AI applications.

You can use the AI SDKs to customize each config based on the context that you provide. This means both the message and the model evaluation are specific to each end user, at runtime. You can also use the AI SDKs to record metrics from your AI model generation, including duration and tokens.

AI metrics and traces are recorded differently. AI metrics are captured through the AI SDK tracker methods. If you use the LaunchDarkly observability plugin to capture traces, run your model calls inside an active span so LaunchDarkly can associate traces with the evaluated config.

AI SDKs

.NET logo.NET logo

.NET

Go logoGo logo

Go

Node.js logoNode.js logo

Node.js

Python logoPython logo

Python

Ruby logoRuby logo

Ruby

Additional resources

You can follow development or contribute on GitHub with the following links.

SDKSDK API documentationGitHub repository
.NET AI SDK.NET AI SDK API docs.NET AI SDK
Go AI SDKGo AI SDK API docsGo AI SDK
Node.js (server-side) AI SDKNode.js (server-side) AI SDK API docsnode-server-sdk-ai
Python AI SDKPython AI SDK API docsPython AI SDK
Ruby AI SDKRuby AI SDK API docsRuby AI SDK