data
Data Analyst Lite
Analyze raw metrics and return trends, anomalies, and practical recommendations.
Avg response 2.7sForm basedOutput: JSON
What this agent does
- Finds trend changes and outliers
- Explains likely reasons in plain language
- Suggests what to test next
Example input/output
Input
{
"question": "What changed week-over-week?",
"dataset": "week,signups,activation\nW1,1220,41\nW2,1355,39\nW3,1730,30"
}Output
{
"trend": "Signups up 41.8% over three weeks",
"anomaly": "Activation dropped from 41% to 30%",
"recommendation": "Audit onboarding step 2 and segment by traffic source"
}Input
Run the agent to see a live response stream.