You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/namespaces.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Nerve offers a rich set of predefined tools, organized in namespaces, that the agent can import [via the `using` directive](index.md#usage). This page contains the list of namespaces available in Nerve, with the descriptive prompt that will be provided to the model.
4
4
5
-
## anytool
5
+
## 🔧 anytool
6
6
7
7
Let the agent create its own tools in Python.
8
8
@@ -19,7 +19,7 @@ Let the agent create its own tools in Python.
19
19
*`code` <i>(<class 'str'>)</i>: The Python code to create the tool.
20
20
</details>
21
21
22
-
## computer
22
+
## 💻 computer
23
23
24
24
> [!IMPORTANT]
25
25
> This namespace is not available by default and requires the `computer_use` optional feature.
@@ -94,7 +94,7 @@ Computer use primitives for mouse, keyboard, and screen.
94
94
95
95
</details>
96
96
97
-
## filesystem
97
+
## 📂 filesystem
98
98
99
99
Read-only access primitives to the local filesystem.
100
100
@@ -117,7 +117,7 @@ Read-only access primitives to the local filesystem.
117
117
*`path` <i>(<class 'str'>)</i>: The path to the file to read
118
118
</details>
119
119
120
-
## inquire
120
+
## 💬 inquire
121
121
122
122
Let the agent interactively ask questions to the user in a structured way.
123
123
@@ -157,7 +157,7 @@ Let the agent interactively ask questions to the user in a structured way.
157
157
*`question` <i>(<class 'str'>)</i>: The question to ask the user.
158
158
</details>
159
159
160
-
## reasoning
160
+
## 🧠 reasoning
161
161
162
162
Simulates the reasoning process at runtime.
163
163
@@ -199,7 +199,7 @@ Simulates the reasoning process at runtime.
199
199
*`thought` <i>(<class 'str'>)</i>: A thought to think about
200
200
</details>
201
201
202
-
## shell
202
+
## 💻 shell
203
203
204
204
Let the agent execute shell commands.
205
205
@@ -215,7 +215,7 @@ Let the agent execute shell commands.
215
215
*`command` <i>(<class 'str'>)</i>: The shell command to execute
216
216
</details>
217
217
218
-
## task
218
+
## ✅ task
219
219
220
220
Let the agent autonomously set the task as complete or failed.
221
221
@@ -238,7 +238,7 @@ Let the agent autonomously set the task as complete or failed.
238
238
*`reason` <i>(<class 'str'>)</i>: The reason why the task is impossible
239
239
</details>
240
240
241
-
## time
241
+
## 🕒 time
242
242
243
243
Provides tools for getting the current date and time and waiting for a given number of seconds.
0 commit comments