-
Notifications
You must be signed in to change notification settings - Fork 418
Open
Labels
staleThis issue or PR has become staleThis issue or PR has become stale
Description
One of the most important part of any agentic system is the ability to introspect and understand the system's actions, and even intentions. There are some aspects of agentic observability that are incredibly unique, but much of it is built from the same building blocks as any other observability solution.
The library we are built on top of, Autogen, has very powerful logging/tracing solutions, but there are certain things we can change as well as add on top to deliver additional value.
- Metrics:
- Add metrics for total LLM calls/token-count
- Add metrics for total tool calls
- Add metrics for total Agent calls
- Add the ability to customize labels based on metadata of agent/tool requests
- Logging:
- Add more explicit oTEL integrations
- Tracing
- Potential integration with a project like
openinference - Add instrumentation for all LLM providers, right now it's only
OpenAI
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
staleThis issue or PR has become staleThis issue or PR has become stale