πŸ“ˆ Tesla news and sentiment analyst tool (Powered by DeepSeek Chat)

⚑ 2,862 views Β· πŸ“ˆ Crypto Trading & Stock Market

Description

πŸ“° This AI-powered agent performs real-time sentiment analysis on Tesla (TSLA) news to support trading decisions. It aggregates headlines from 5 trusted sources and uses DeepSeek Chat to classify sentiment and generate structured summaries. This tool is a critical sub-agent in the broader Tesla Quant Trading AI Agent system.

⚠️ Not standalone β€” this agent is designed to be executed by the Tesla Quant Trading AI Agent. βš™οΈ Requires: DeepSeek Chat API Key


πŸ”Œ Workflow Role

This tool processes Tesla-related news and produces output like:

{
  "sentiment": "bullish",
  "summary": "Tesla stock rallied today after strong delivery numbers and Cybertruck updates. Analysts remain optimistic.",
  "topHeadlines": [
    "Tesla beats Q2 delivery forecast – Yahoo Finance",
    "Cybertruck ramps up in Texas – Electrek",
    "Berlin Gigafactory expands battery production – CleanTechnica"
  ]
}

Its output feeds directly into the master trading agent’s final trade report.


πŸ“° News Sources Used

This agent collects real-time headlines from:

These five tools are always queried together to ensure market-wide signal coverage.


πŸ€– What the Agent Does

  1. Pulls headlines from all 5 Tesla-specific RSS feeds

  2. Uses DeepSeek Chat to:

    • Analyze narrative tone (bullish / bearish / neutral)
    • Identify macro/financial drivers
    • Generate a 2–3 sentence summary
    • Return top 3–5 headlines
  3. Outputs structured JSON for downstream use


πŸ› οΈ Setup Instructions

1. Install & Name

2. Add DeepSeek API Credentials

3. Internet Access Required

4. Must Be Triggered by Parent


🧠 Agent Architecture

Node NameFunction
DeepSeek Chat ModelPerforms AI-based sentiment analysis
Tesla News and Sentiment AnalystCombines results, formats output in strict JSON
Simple MemoryStores session-level context (short-term memory)
5x RSS nodesAggregate Tesla news from trusted media outlets

πŸ“Œ Sticky Notes Included

🟒 Trigger from Parent Workflow – Executed only by main TSLA agent 🟠 News Feeds Overview – Lists and explains each of the 5 feeds 🧠 DeepSeek Chat Notes – Describes LLM behavior and parsing role πŸ”΅ Short-Term Memory – Buffers sentiment context during user session πŸ“˜ Sentiment Analyst Agent – Summarizes key responsibilities


πŸ“Ž Licensing & Attribution

Β© 2025 Treasurium Capital Limited Company This architecture, workflow structure, and prompt design are licensed for educational and operational use only. Commercial resale or rebranding prohibited without authorization.

πŸ”— Creator: Don Jayamaha πŸ”— Templates: https://n8n.io/creators/don-the-gem-dealer/


πŸš€ Power your TSLA trading with AI-driven sentimentβ€”built with DeepSeek Chat and 5 trusted news sources. This tool is required by the Tesla Quant Trading AI Agent.

πŸ”— Nodes Used

Execute Workflow Trigger, AI Agent, Simple Memory, DeepSeek Chat Model

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup