alphaear-search
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAlphaEar Search Skill
AlphaEar Search Skill
Overview
概述
Unified search capabilities: web search (Jina/DDG/Baidu) and local RAG search.
统一搜索能力:网页搜索(Jina/DDG/Baidu)与本地RAG搜索。
Capabilities
功能特性
1. Web Search
1. 网页搜索
Use via .
scripts/search_tools.pySearchTools- Search:
search(query, engine, max_results)- Engines: ,
jina,ddg,baidu.local - Returns: JSON string (summary) or List[Dict] (via ).
search_list
- Engines:
- Smart Cache (Agentic): If you want to avoid redundant searches, use the Search Cache Relevance Prompt in . Read the cache first and decide if it's usable.
references/PROMPTS.md - Aggregate:
aggregate_search(query)- Combines results from multiple engines.
通过调用。
SearchToolsscripts/search_tools.py- 搜索:
search(query, engine, max_results)- 引擎:、
jina、ddg、baidu。local - 返回结果:JSON字符串(摘要)或List[Dict](通过获取)。
search_list
- 引擎:
- 智能缓存(Agent式):若要避免重复搜索,请使用中的搜索缓存相关性提示词。先读取缓存内容,再判断其是否可用。
references/PROMPTS.md - 聚合搜索:
aggregate_search(query)- 整合多个搜索引擎的结果。
2. Local RAG
2. 本地RAG搜索
Use or with .
scripts/hybrid_search.pySearchToolsengine='local'- Search: Searches local database.
daily_news
使用,或指定的。
scripts/hybrid_search.pyengine='local'SearchTools- 搜索:搜索本地数据库。
daily_news
Dependencies
依赖项
- ,
duckduckgo-searchrequests - (search cache & local news)
scripts/database_manager.py
- 、
duckduckgo-searchrequests - (搜索缓存与本地新闻)
scripts/database_manager.py