Tesla News and Sentiment Analyst Tool (Powered by DeepSeek Chat)
๐ฐ 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
- Install & Name
Import this file and name it: Tesla_News_and_Sentiment_Analyst_Tool
- Add DeepSeek API Credentials
Go to: Credentials โ Add New โ DeepSeek API Save as: DeepSeek account
- Internet Access Required
Ensure RSS feeds can fetch live headlines Works best with a cloud-hosted n8n instance or tunnel-enabled local install
- Must Be Triggered by Parent
Triggered via Execute Workflow by the Tesla Quant Trading AI Agent Requires these inputs:
message: optional query context sessionId: 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.
Related Templates
AI SEO Readability Audit: Check Website Friendliness for LLMs
Who is this for? This workflow is designed for SEO specialists, content creators, marketers, and website developers who ...
Use OpenRouter in n8n versions <1.78
What it is: In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot...
Task Deadline Reminders with Google Sheets, ChatGPT, and Gmail
Intro This template is for project managers, team leads, or anyone who wants to automatically remind teammates of tasks ...
๐ Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments