-
Notifications
You must be signed in to change notification settings - Fork 4
Analyst Agent
Alessio Rocchi edited this page Jan 27, 2026
·
1 revision
Analyze data, performance, and metrics
Analyze data, performance, and metrics
data-analysis, performance-profiling, metrics-collection, trend-analysis, reporting
Performance profiling, Code complexity analysis, Usage pattern analysis
Spawn a analyst agent to help with analyze data, performance, and metrics
const session = await memory.createSession({ feature: 'my-feature' });
const agent = spawnAgent('analyst', {
name: 'my-analyst',
sessionId: session.id
});- Provide clear, specific requirements
- Give context about the work
- Use sessions for related tasks
- Combine with other agents for complete workflows
See Agent Overview for common agent combination patterns.
Getting Started
Core Concepts
Agent Guides
- Overview
- Coder
- Researcher
- Tester
- Reviewer
- Adversarial
- Architect
- Coordinator
- Analyst
- DevOps
- Documentation
- Security Auditor
MCP Tools
- Overview
- Agent Tools
- Memory Tools
- Task Tools
- Session Tools
- System Tools
- GitHub Tools
- Review Loop Tools
- Identity Tools
Recipes
- Index
- Code Review
- Doc Sync
- Multi-Agent
- Adversarial Testing
- Full-Stack Feature
- Memory Patterns
- GitHub Integration
Advanced
- Plugin Development
- Custom Agent Types
- Workflow Engine
- Vector Search Setup
- Web Dashboard
- Programmatic API
- Resource Monitoring
Reference