alphaear-deepear-lite
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDeepEar Lite Skill
DeepEar Lite Skill
Overview
概述
Fetch high-frequency financial signals, including titles, summaries, confidence scores, and reasoning directly from the DeepEar Lite platform's real-time data source.
直接从DeepEar Lite平台的实时数据源获取高频金融信号,包括标题、摘要、置信度评分及分析逻辑。
Capabilities
功能特性
1. Fetch Latest Financial Signals
1. 获取最新金融信号
Use via .
scripts/deepear_lite.pyDeepEarLiteTools- Fetch Signals:
fetch_latest_signals()- Retrieves all latest signals from .
https://deepear.vercel.app/latest.json - Returns a formatted report of signal titles, sentiment/confidence metrics, summaries, and source links.
- Retrieves all latest signals from
通过调用脚本。
DeepEarLiteToolsscripts/deepear_lite.py- 获取信号:
fetch_latest_signals()- 从获取所有最新信号。
https://deepear.vercel.app/latest.json - 返回包含信号标题、情绪/置信度指标、摘要及来源链接的格式化报告。
- 从
Dependencies
依赖项
- ,
requestsloguru - No local database required for this skill.
- ,
requestsloguru - 该Skill无需本地数据库。
Testing
测试
Run the test script to verify the connection and data fetching:
bash
python scripts/deepear_lite.py运行测试脚本以验证连接及数据获取功能:
bash
python scripts/deepear_lite.py