AI AGENT ADDONS

You can add LaunchDarkly metrics to any AI agent call. This skill helps you pick the easiest way to track duration, tokens, and success or error. It walks you through a four-tier ladder. You start at the top and stop at the first tier that fits your code. The goal is to use the least amount of extra work while still getting all the data the monitoring tab needs.

Developers who use an AI SDK like OpenAI, LangChain, or a custom provider will find this useful. The skill tells you exactly what pattern to follow. For example, if your call is a chat loop you can use the managed runner. If not, you might use a provider package or a custom extractor. Only as a last resort do you write manual tracker calls.

Add Built In Metrics skill to your workflow

Global

mkdir -p ~/.claude/skills/built-in-metrics

Project

mkdir -p .claude/skills/built-in-metrics

Source Repository

Stars
17
Forks
5
Watchers
17
License
NOASSERTION
Last Push
1 month ago
Created
5 months ago