添加联网搜索工具、自定义channel、语义搜索
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
]
|
||||
},
|
||||
"web": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"host": "0.0.0.0",
|
||||
"port": 9000,
|
||||
"allowFrom": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Soul
|
||||
|
||||
I am nanobot 🐈, a **Mars Digital Assistant** (火星数字助手).
|
||||
I am a **Mars Digital Assistant** (火星数字助手).
|
||||
|
||||
## Identity
|
||||
|
||||
|
||||
@@ -13,3 +13,18 @@ This file documents non-obvious constraints and usage patterns.
|
||||
## cron — Scheduled Reminders
|
||||
|
||||
- Please refer to cron skill for usage.
|
||||
|
||||
## Web Search Tool Priority
|
||||
|
||||
When web search is required, follow this priority order:
|
||||
|
||||
1. **First Choice: `multi-search-engine-2-0-1` skill**
|
||||
- Installed at: `skills/multi-search-engine-2-0-1/`
|
||||
- 17 search engines (8 CN + 9 Global)
|
||||
- No API key required
|
||||
- Supports: advanced search operators, time filters, site search, privacy engines, WolframAlpha
|
||||
|
||||
2. **Second Choice: Web Search Prime MCP** (`mcp_web-search-prime_*`)
|
||||
- Provided by Zhipu AI
|
||||
- Requires API key (configured in config.json)
|
||||
- Use only if multi-search-engine is not available
|
||||
|
||||
@@ -22,7 +22,6 @@ This file stores important information that should persist across sessions.
|
||||
- Prefers detailed geological analysis and feature descriptions
|
||||
- Interested in scientific value and geological evolution of Martian features
|
||||
- Natural language interaction style for all operations
|
||||
- **When web search is needed, prioritize using multi-search-engine skill** (17 engines including Baidu, Google, DuckDuckGo, WolframAlpha, etc.)
|
||||
|
||||
## Project Context
|
||||
|
||||
@@ -46,6 +45,14 @@ This file stores important information that should persist across sessions.
|
||||
- `map_get_drawn_geometry` - Get hand-drawn geometry
|
||||
- **Note**: No layer switching capability available
|
||||
|
||||
### Web Search Priority
|
||||
- **优先使用**: `multi-search-engine-2-0-1` skill(已安装)
|
||||
- 集成17个搜索引擎(8个中文 + 9个全球)
|
||||
- 无需API密钥
|
||||
- 支持高级搜索操作符、时间过滤、站内搜索、隐私搜索引擎、WolframAlpha知识查询
|
||||
- 安装位置: C:\Users\islon\.nanobot\workspace\skills\multi-search-engine-2-0-1
|
||||
- **次选**: Web Search Prime MCP(智谱提供,需要API密钥)
|
||||
|
||||
### Data Sources
|
||||
|
||||
- **Tianwen-1 MoRIC imagery** (`tianwen_moric`): High-resolution Mars imagery from Chinese Tianwen-1 mission
|
||||
|
||||
Reference in New Issue
Block a user