AgentOps-AI / agentops

Python SDK for agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks like CrewAI, Langchain, and Autogen
https://agentops.ai
MIT License
1.18k stars 93 forks source link

Updated starter example #266

Closed albertkimjunior closed 1 week ago

albertkimjunior commented 1 week ago

๐Ÿ“ฅ Pull Request

๐Ÿ“˜ Description Updated the starter example to properly log the session in AgentOps by consuming the OpenAI output in the code. Also printing the result so that users can see that the OpenAI output works in console.

๐Ÿ”„ Related Issue (if applicable) If this PR is related to an existing issue, reference it here.

๐ŸŽฏ Goal Make starter example work.

๐Ÿ” Additional Context Any extra information or context to help us understand the change?

๐Ÿงช Testing Describe the tests you performed to validate your changes.

Thank you for your contribution to Agentops!