Intelligence Client

The IntelligenceClient provides access to agent analytics signals, rollups, and AI-generated improvement suggestions.

Signals

Retrieve timestamped analytics events from agent interactions.
agentId
string
Filter by agent
type
string
Signal type filter
limit
number
Max results

Rollups

Aggregated metrics derived from raw signals.
agentId
string
required
Agent to query
granularity
string
One of “hourly”, “daily”, “weekly”, “monthly”
metric
string
Metric name (e.g. “avg_response_time”)

Improvements

AI-generated suggestions for improving agent behavior, based on signal analysis.

List

Approve

candidate_id
string
required
Improvement candidate identifier

Reject


Example