Skip to content

Conversation

@heymelcheng
Copy link

Summary

Added a specialized AI agent for competitive intelligence and market research focused on Sentry's position in the application monitoring space.

Features

  • Competitive Analysis: Research and compare Sentry vs key competitors (Datadog, New Relic, Rollbar, Bugsnag, AppDynamics, Dynatrace, etc.)
  • Real-time Web Search: Agent uses WebSearch tool to find current pricing, features, and reviews
  • Suggested Prompts: Quick-start buttons for common research queries
  • Streaming Responses: Real-time SSE streaming with tool usage indicators
  • Markdown Rendering: Tables, code blocks, and formatted comparison reports

Agent Capabilities

The Competitive Research Agent can:

  • Compare features, pricing, and capabilities across competitors
  • Research recent reviews and customer feedback
  • Analyze market positioning and differentiators
  • Provide competitive intelligence for sales/product teams
  • Find up-to-date information about competitor offerings

How to Use

  1. Open the Agents folder on the SentryOS desktop
  2. Double-click Competitive Research
  3. Try a suggested prompt or ask custom questions like:
    • "Compare Sentry vs Datadog for error tracking"
    • "What are Sentry's key differentiators?"
    • "Analyze Sentry's pricing vs competitors"

Technical Implementation

  • API Route: src/app/api/competitive-research/route.ts - Handles streaming SSE responses with Claude Agent SDK
  • Component: src/components/desktop/apps/CompetitiveResearch.tsx - React UI with markdown rendering
  • Registration: Updated src/components/desktop/Desktop.tsx to add agent to Agents folder

Changes

  • ✅ Created streaming API endpoint for competitive research
  • ✅ Built React component with suggested prompts
  • ✅ Integrated into SentryOS Agents folder
  • ✅ Added comprehensive system prompt covering key competitors

🤖 Generated with Claude Code

Melissa Cheng and others added 2 commits February 11, 2026 11:50
Install @sentry/nextjs package and configure Sentry monitoring for client-side, server-side, and edge runtime. This includes error tracking, performance monitoring, and session replay capabilities.

Changes:
- Add Sentry Next.js SDK package
- Create client, server, and edge configuration files
- Add instrumentation hook for server-side monitoring
- Update Next.js config with Sentry webpack plugin
- Add environment template files for Sentry credentials

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Created a specialized AI agent for competitive intelligence and market
research focused on Sentry's position in the monitoring space.

Features:
- API route with streaming SSE responses
- Comprehensive system prompt covering key competitors (Datadog, New Relic,
  Rollbar, Bugsnag, AppDynamics, Dynatrace, etc.)
- React component with suggested prompts for quick research
- Real-time tool usage indicators (WebSearch, WebFetch, etc.)
- Markdown rendering with syntax highlighting for technical comparisons
- Integrated into Agents folder on SentryOS desktop

The agent can:
- Compare features, pricing, and capabilities across competitors
- Research recent reviews and customer feedback
- Analyze market positioning and differentiators
- Provide competitive intelligence for sales/product teams
- Search web for current information about competitors

Agent is accessible from the Agents folder on the SentryOS desktop.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant