Skip to content

Commit 70616ad

Browse files
committed
docs(tools): add 60+ tool index for quick scanning
1 parent 0fc0fa3 commit 70616ad

2 files changed

Lines changed: 68 additions & 0 deletions

File tree

docs-site/reference/tools.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
RexOS exposes a small core toolset, plus a compatibility tool surface (aliases + reserved names) so you can reuse prompts/manifests written for common agent tool conventions.
44

5+
## Tool Index (60+)
6+
7+
The table of contents on this page lists **section headings**, not every tool name. Many tools are grouped under patterns like `browser_*`, `process_*`, `agent_*`, etc.
8+
9+
Use this index when writing prompts/manifests that need exact tool names:
10+
11+
### Core
12+
13+
`fs_read`, `fs_write`, `shell`, `web_fetch`
14+
15+
### Browser
16+
17+
`browser_navigate`, `browser_back`, `browser_scroll`, `browser_click`, `browser_type`, `browser_press_key`, `browser_wait`, `browser_wait_for`, `browser_read_page`, `browser_run_js`, `browser_screenshot`, `browser_close`
18+
19+
### Compatibility aliases
20+
21+
`file_read`, `file_write`, `file_list`, `apply_patch`, `shell_exec`, `web_search`, `memory_store`, `memory_recall`
22+
23+
### Media
24+
25+
`image_analyze`, `image_generate`, `location_get`, `media_describe`, `media_transcribe`, `speech_to_text`, `text_to_speech`
26+
27+
### A2A
28+
29+
`a2a_discover`, `a2a_send`
30+
31+
### Sandbox & processes
32+
33+
`docker_exec`, `process_start`, `process_poll`, `process_write`, `process_kill`, `process_list`, `canvas_present`
34+
35+
### Runtime collaboration & scheduling
36+
37+
`agent_spawn`, `agent_list`, `agent_find`, `agent_send`, `agent_kill`, `hand_list`, `hand_activate`, `hand_status`, `hand_deactivate`, `task_post`, `task_claim`, `task_complete`, `task_list`, `event_publish`, `schedule_create`, `schedule_list`, `schedule_delete`, `cron_create`, `cron_list`, `cron_cancel`, `channel_send`, `knowledge_add_entity`, `knowledge_add_relation`, `knowledge_query`
38+
539
## `fs_read`
640

741
Read a UTF-8 text file **relative to the workspace root**.

docs-site/zh-CN/reference/tools.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
RexOS 对 agent runtime 暴露了一组小而清晰的核心工具集,并提供一层“兼容工具面”(别名 + 预留名称),便于复用遵循常见工具约定的 prompts / manifests。
44

5+
## 工具索引(60+)
6+
7+
你截图里看到的“目录(Table of contents)”只列出**章节标题**,并不会把每一个工具名都展开。很多工具会按模式归类,比如 `browser_*``process_*``agent_*` 等。
8+
9+
写 prompt / manifest 需要精确工具名时,用下面这个索引:
10+
11+
### 核心
12+
13+
`fs_read`, `fs_write`, `shell`, `web_fetch`
14+
15+
### 浏览器
16+
17+
`browser_navigate`, `browser_back`, `browser_scroll`, `browser_click`, `browser_type`, `browser_press_key`, `browser_wait`, `browser_wait_for`, `browser_read_page`, `browser_run_js`, `browser_screenshot`, `browser_close`
18+
19+
### 兼容别名
20+
21+
`file_read`, `file_write`, `file_list`, `apply_patch`, `shell_exec`, `web_search`, `memory_store`, `memory_recall`
22+
23+
### 多媒体
24+
25+
`image_analyze`, `image_generate`, `location_get`, `media_describe`, `media_transcribe`, `speech_to_text`, `text_to_speech`
26+
27+
### A2A
28+
29+
`a2a_discover`, `a2a_send`
30+
31+
### 沙盒与进程
32+
33+
`docker_exec`, `process_start`, `process_poll`, `process_write`, `process_kill`, `process_list`, `canvas_present`
34+
35+
### Runtime 协作与调度
36+
37+
`agent_spawn`, `agent_list`, `agent_find`, `agent_send`, `agent_kill`, `hand_list`, `hand_activate`, `hand_status`, `hand_deactivate`, `task_post`, `task_claim`, `task_complete`, `task_list`, `event_publish`, `schedule_create`, `schedule_list`, `schedule_delete`, `cron_create`, `cron_list`, `cron_cancel`, `channel_send`, `knowledge_add_entity`, `knowledge_add_relation`, `knowledge_query`
38+
539
## `fs_read`
640

741
读取 **相对于 workspace root** 的 UTF-8 文本文件。

0 commit comments

Comments
 (0)