LettaUsageStatistics

class LettaUsageStatistics(BaseModel)

Usage statistics for the agent interaction.

Attributes:

  • completion_tokens int - The number of tokens generated by the agent.
  • prompt_tokens int - The number of tokens in the prompt.
  • total_tokens int - The total number of tokens processed by the agent.
  • step_count int - The number of steps taken by the agent.