alphaear-deepear-lite

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

DeepEar 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
scripts/deepear_lite.py
via
DeepEarLiteTools
.
  • 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.
通过
DeepEarLiteTools
调用
scripts/deepear_lite.py
脚本。
  • 获取信号
    fetch_latest_signals()
    • https://deepear.vercel.app/latest.json
      获取所有最新信号。
    • 返回包含信号标题、情绪/置信度指标、摘要及来源链接的格式化报告。

Dependencies

依赖项

  • requests
    ,
    loguru
  • No local database required for this skill.
  • requests
    ,
    loguru
  • 该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