You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@burtonator not sure you've created this in a correct repo :) But very curious to learn about your use case
Hilarious! You're right. Wrong repo. Sorry. Was just to fall asleep and wanted to make a ticket for this!
Anyway. I wrote something internally and it's for a workflow agent (not fully autonomous agent).
I want input/output tracing and a performance UI but the other 50% of this is that I need resume so that if the same job starts up it can resume from cache and continue executing.
It would also be nice to view cache dependencies as a graph but that's fore the future.
Most of the functions I want to observe are "slow" meaning 500ms-5000ms
@burtonator happy to help you get started with Laminar. It's actually extremely easy because we auto-instrument majority of LLM providers and frameworks. Check out our getting started guide here https://docs.lmnr.ai/tracing/introduction. If you have any questions ping me anytime
Better than building this by hand PLUS I get the function call duration.
https://www.lmnr.ai/
The text was updated successfully, but these errors were encountered: