Understanding the fundamental concepts of AgentOps
agentops.init()
, the SDK automatically identifies installed LLM providers and instruments their API calls. This allows AgentOps to capture interactions between your code and the LLM providers to collect data for your dashboard without requiring manual instrumentation for every call.
init
function, a session is automatically created for you:
@agent
decorator: