Tesla news and sentiment analyst tool (Powered by DeepSeek Chat)
Workflow preview
DISCOUNT 20%
Important notice
This workflow is provided as-is. Please review and test before using in production.
Overview
π° 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:
- Google News (filtered by βTeslaβ or βTSLAβ)
- Yahoo Finance (TSLA-specific feed)
- Electrek (Tesla archive)
- CleanTechnica (Tesla sustainability news)
- TeslaNorth (app/product release updates)
These five tools are always queried together to ensure market-wide signal coverage.
π€ What the Agent Does
Pulls headlines from all 5 Tesla-specific RSS feeds
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
Outputs structured JSON for downstream use
π οΈ Setup Instructions
1. Install & Name
- Import this file and name it:
Tesla_News_and_Sentiment_Analyst_Tool
2. Add DeepSeek API Credentials
- Go to: Credentials β Add New β DeepSeek API
- Save as:
DeepSeek account
3. Internet Access Required
- Ensure RSS feeds can fetch live headlines
- Works best with a cloud-hosted n8n instance or tunnel-enabled local install
4. Must Be Triggered by Parent
Triggered via
Execute Workflowby the Tesla Quant Trading AI AgentRequires these inputs:
message: optional query contextsessionId: passed to maintain short-term memory across executions
π§ Agent Architecture
| Node Name | Function |
|---|---|
DeepSeek Chat Model |
Performs AI-based sentiment analysis |
Tesla News and Sentiment Analyst |
Combines results, formats output in strict JSON |
Simple Memory |
Stores session-level context (short-term memory) |
5x RSS nodes |
Aggregate 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.