An in-depth exploration of the foundational elements and operational dynamics of AgentOps, highlighting its architecture and constituent components.
agentops.init()
we automatically look for installed LLM providers and auto-instrument their calls. This allows us to capture calls between your code and the provider to collect data for your dashboard.start_trace()
and end_trace()
with automatic instrumentation, while legacy session functions remain available. Multiple concurrent traces work without any special mode switching or restrictions.