Track operations and LLM calls in your agent applications.
@operation
Decorator@operation
decorator helps track specific operations in your application:
@agent
Decorator@agent
decorator:
@tool
Decorator@tool
decorator. You can specify costs to get total cost tracking directly in your dashboard summary:
@trace
Decorator@trace
decorator. This is the recommended approach for most applications:
agentops.init()
is sufficient.
@trace
decorator instead of manual trace management.
@tool
decorator with cost parameters to track tool usage costs in your dashboard.