Tracking LLM Calls using the AgentOps SDK
When the AgentOps SDK detects a supported LLM provider module installed, it will automatically start tracking its usage. No further work is required from you! 😊
Try these steps:
agentops.init()
after importing the LLM module but before you are calling the LLM method.instrument_llm_calls
parameter of agentops.init()
is set to True
(default).Still not working? Please let us know! You can find us on Discord, GitHub, or email us at engineering@agentops.ai.
To get started, just follow the quick start guide.
Tracking LLM Calls using the AgentOps SDK
When the AgentOps SDK detects a supported LLM provider module installed, it will automatically start tracking its usage. No further work is required from you! 😊
Try these steps:
agentops.init()
after importing the LLM module but before you are calling the LLM method.instrument_llm_calls
parameter of agentops.init()
is set to True
(default).Still not working? Please let us know! You can find us on Discord, GitHub, or email us at engineering@agentops.ai.
To get started, just follow the quick start guide.