Last month I had a lot of fun writing an LLM proxy for collecting telemetry in Langfuse. I played around with writing a Text-to-SQL agent that uses that observability. This is the first post in a series about how I am using observability to improve an AI tool. www.grokkist.com/blog/sql-age...
A LangGraph SQL agent with per-call observability
Building a text-to-SQL agent on top of the canonical LangGraph tutorials, then routing every model call through my own OTel-emitting proxy so I can see what it actually does
grokkist.com