📰 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
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.
This agent collects real-time headlines from:
These five tools are always queried together to ensure market-wide signal coverage.
Pulls headlines from all 5 Tesla-specific RSS feeds
Uses DeepSeek Chat to:
Outputs structured JSON for downstream use
Tesla_News_and_Sentiment_Analyst_Tool
DeepSeek account
Triggered via Execute Workflow
by the Tesla Quant Trading AI Agent
Requires these inputs:
message
: optional query contextsessionId
: passed to maintain short-term memory across executionsNode 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 |
🟢 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
© 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.