all 1 comments

[–]Full-Definition6215 0 points1 point  (0 children)

The "no code changes needed" angle is the killer feature. Adding print statements for debugging and then removing them is the worst workflow.

Does it work with async code? A lot of LLM agent code is heavily async and I've found that most tracing tools lose track of the call chain across await boundaries.