-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: session end analytics: tools, llms, duration #392
Conversation
Hey @heethjain21 - we're able to calcuate these API-side and for duration we do have that in our dashboard as one of our key features - https://app.agentops.ai/ |
I guess the intention was to log them at the end just like we log the cost. Again not sure if there's a need and I think we have to keep the terminal more or less clean because developers that use our sdk may not want a lot of noise especially considering we're an add-on for observability not like a primary tool for accomplishing a task |
Actually I think duration is valuable! Asking team about counts |
Hi @HowieG , This PR's workflow didn't run all the tests (earlier), so couldn't realize I have corrected the issue in this Pull Request: #387 |
Thanks @heethjain21 ! |
Hey @heethjain21 thanks for followup my bad I also merged without checking the workflows. I ended up replacing the dateutil logic with the builtin datetime to minimize addition of new dependencies |
Alright, thanks! |
📥 Pull Request
📘 Description
🔄 Related Issue (if applicable)
Add duration + LLM analytics at end of session in CLI #380
🎯 Goal
🔍 Additional Context
🧪 Testing