-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
Add auto-instrumentation support for Groq - the fastest LLM inference provider.
Why
Groq offers incredibly fast inference. Many developers use it for latency-sensitive applications.
Implementation Guide
- Create
src/agentdbg/instrumentors/groq_instrumentor.py - Groq uses OpenAI-compatible API, so this should be straightforward
- Add to
auto_instrument() - Add tests and example
Resources
- Groq Python SDK
- Very similar to OpenAI SDK
Good First Issue
Since Groq is OpenAI-compatible, this is one of the easiest instrumentors to add!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers