核心技能
强制深度搜索
使用/ 前缀强制执行深度网络搜索:
深度搜索队列
在后台运行深度搜索:会话记忆
回答会被标记为[FROM SEARCH] 或 [FROM MEMORY](在 TTS 中会被剥离)。聊天会话会在同一会话内跨后续问题保留上下文。
位置定位
设置位置以获取超本地化结果:安装聊天附加组件
网络查询在搜索前会经过安全检查。参见 安全。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
通过 Arka 的聊天引擎回答问题,支持网络搜索、深度爬取 RAG、数学、天气、附近地点查询以及位置感知的会话记忆。
| 技能 | 示例 |
|---|---|
web_answer | arka ask who won IPL 2025 |
deep_web_answer | deep_web_answer latest AI regulation news |
calc | arka calc integrate sin(x) dx |
hyperlocal_weather | arka weather near me |
set_location | set_location Mumbai |
nearby_places | nearby_places Kolkata |
error_helper | error_helper <traceback> |
arka chat_reset | 清除会话 + 位置上下文 |
/ 前缀强制执行深度网络搜索:
arka "/who won IPL 2025"
arka "deep_queue add "who won the last IPL final""
arka "deep_queue list"
arka "deep_queue run"
arka "deep_queue results"
[FROM SEARCH] 或 [FROM MEMORY](在 TTS 中会被剥离)。聊天会话会在同一会话内跨后续问题保留上下文。
arka facing hair loss # 路由到带会话的 web_answer
arka chat_reset # 清除上下文
arka "set_location Mumbai"
arka "hyperlocal_weather"
arka "nearby_places"
arka map_download Kolkata # 将城市地图缓存到 ~/.cache/arka/maps/
pip install "arka-agent[chat]"