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
Good First Issue
Since Groq is OpenAI-compatible, this is one of the easiest instrumentors to add!
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
src/agentdbg/instrumentors/groq_instrumentor.pyauto_instrument()Resources
Good First Issue
Since Groq is OpenAI-compatible, this is one of the easiest instrumentors to add!