-
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 Mistral AI LLM API.
Why
Mistral is gaining popularity for its efficient models. Supporting it would expand our user base.
Implementation Guide
- Create
src/agentdbg/instrumentors/mistral_instrumentor.py - Wrap the Mistral client methods
- Extract token counts from response
- Add to
auto_instrument()in__init__.py - Add tests and example
Resources
- Mistral Python SDK
- Reference:
anthropic_instrumentor.py
Good First Issue
Follow the existing instrumentor pattern - straightforward implementation!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers