Skip to content

Analyst Agent

Alessio Rocchi edited this page Jan 27, 2026 · 1 revision

Analyst Agent

Analyze data, performance, and metrics


Purpose

Analyze data, performance, and metrics

Capabilities

data-analysis, performance-profiling, metrics-collection, trend-analysis, reporting

When to Use

Performance profiling, Code complexity analysis, Usage pattern analysis

Examples

Basic Usage

Spawn a analyst agent to help with analyze data, performance, and metrics

In Workflow

const session = await memory.createSession({ feature: 'my-feature' });

const agent = spawnAgent('analyst', {
  name: 'my-analyst',
  sessionId: session.id
});

Best Practices

  • Provide clear, specific requirements
  • Give context about the work
  • Use sessions for related tasks
  • Combine with other agents for complete workflows

Common Workflows

See Agent Overview for common agent combination patterns.

Related

Clone this wiki locally