We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement Ag2Instrumentor class that can be used
Ag2Instrumentor
instrumentor = Ag2Instrumentor() user_proxy = UserProxyAgent(...) agent = ConversibleAgent(...) # calling initiate_chat() starts a new span user_proxy.initiate_chat(agent, ...)
Use Semantic Conventions for Generative AI Metrics, make sure you install pip install opentelemetry-semantic-conventions-ai.
Links:
The text was updated successfully, but these errors were encountered:
Thanks @davorrunje, I've also been following the semantic conventions for Agents and Agentic Frameworks that's currently being investigated. We should try and adopt this when it is developed.
Sorry, something went wrong.
kumaranvpl
No branches or pull requests
Implement
Ag2Instrumentor
class that can be usedUse Semantic Conventions for Generative AI Metrics, make sure you install pip install opentelemetry-semantic-conventions-ai.
Links:
The text was updated successfully, but these errors were encountered: