- Notifications
You must be signed in to change notification settings - Fork1k
Open
Description
Question
I'm implementing Django integration to persist all LLM calls.
- What are the best callback points/hooks to capture relevant events with minimal code changes?
- Are there existing extension points I should leverage?
- Perhaps logfire events could be used?
So far I have it kind of manual, but the goal is a reusable Django package that automatically logs all agent interactions to django database with minimal changes to existing code besides initial configuration.
General guidance/ideas would be greatly appreciated!
Additional Context
No response