技能 数据科学 金融综合信息检索

金融综合信息检索

v20260329
alphaear-search
该技能提供全面的金融信息检索能力。它集成了网络搜索(支持Jina、DDG、百度等多个引擎获取实时市场信息)和本地RAG检索功能(用于查询本地文档库,如每日新闻)。适用于需要结合广域市场知识和内部专有数据的金融分析师。
获取技能
482 次下载
概览

AlphaEar Search Skill

Overview

Unified search capabilities: web search (Jina/DDG/Baidu) and local RAG search.

Capabilities

1. Web Search

Use scripts/search_tools.py via SearchTools.

  • Search: search(query, engine, max_results)
    • Engines: jina, ddg, baidu, local.
    • Returns: JSON string (summary) or List[Dict] (via search_list).
  • Smart Cache (Agentic): If you want to avoid redundant searches, use the Search Cache Relevance Prompt in references/PROMPTS.md. Read the cache first and decide if it's usable.
  • Aggregate: aggregate_search(query)
    • Combines results from multiple engines.

2. Local RAG

Use scripts/hybrid_search.py or SearchTools with engine='local'.

  • Search: Searches local daily_news database.

Dependencies

  • duckduckgo-search, requests
  • scripts/database_manager.py (search cache & local news)
信息
Category 数据科学
Name alphaear-search
版本 v20260329
大小 21.7KB
更新时间 2026-06-10
语言