Sim Studio Agent Demo

Sim Studio Trend Tracking Agent

Build a no-code agentic workflow using multi-agent orchestration for automated trend analysis.

Prerequisites

  • ✓ Access to Sim Studio
  • ✓ Exa API key (get from https://exa.ai - best for trend research with semantic search capabilities)
  1. Step 1: Create New Workflow

    1. Click the plus sign (+) in the left menu to create a new workflow.
    2. Optionally, click on the workflow title to rename it.
  2. Step 2: Add Researcher Agent

    1. Drag an Agent block to the canvas.
    2. Configure the Agent properties:
      • Name: Researcher
      • Model: Choose any model, e.g. gpt-4o
      • Tools: Click "Add Tools", select "Exa AI", and your Exa API key.
      • System Prompt:

        You are a Researcher specializing in comprehensive trend analysis. Use Exa AI to search for current information, news, market data, and social media discussions about the given topic. Find trending patterns, statistics, expert opinions, and emerging developments. Focus on information from the last 30-90 days. Compile comprehensive research findings with specific data points and sources.

      • User Prompt: Drag the small block labeled Start to the User Prompt box and select 'input'.
  3. Step 3: Add Analyst Agent

    • 1. Add a new Agent block to the canvas.
    • 2. Configure the Agent properties:
      • Name: Analyst
      • Model: Choose any model, e.g. claude-3-5-sonnet-20241022
      • System Prompt:

        You synthesize research findings into insights. Analyze the research data to identify key patterns, trend strength and direction, driving factors, opportunities, risks, and timeline predictions. Assess overall trend momentum and cross-sector implications. Create coherent analysis with supporting evidence.

      • User Prompt: Drag the Researcher block to the User Prompt box and select 'content'.
  4. Step 4: Add Presenter Agent

    • 1. Add a final Agent block to the canvas.
    • 2. Configure the Agent properties:
      • Name: Presenter
      • Model: Choose a different model, e.g. gpt-5
      • System Prompt:

        You transform trend analysis into presentation-ready content. Create: Executive Summary (2-3 bullets), Trend Overview, Key Findings (5-7 insights), Market Implications, Social Impact, Future Outlook, Recommendations. Use clear headers, bullet points, specific data points, bold key insights. Output in Markdown format optimized for presentations.

      • User Prompt: Drag the Analyst block to the User Prompt box and select 'content'.
  5. Step 5: Deploy

    1. Select Chat as the deployment mode.
    2. Provide a Subdomain name.
    3. Add a Title for your chat application.
    4. For the Output, choose presentor.content.
    5. Choose your desired Access Control.
    6. Add a Welcome Message, e.g., "Enter a topic."

The final product


→ This page was created with help from Gemini Pro.