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/usage.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Agent Zero might then:
112
112
1. Use the `search_engine` and `document_query_tool` to query a reliable source for the Bitcoin price and for the news about cryptocurrency as prompted.
113
113
2. Extract the price from the search results and save the news, extracting their dates and possible impact on the price.
114
114
3. Use the `code_execution_tool` to execute a Python script that performs the graph creation and key points highlighting, using the extracted data and the news dates as inputs.
115
-
4.Return the final chart that you'll find in `/work_dir`, responding to the user with the `response_tool`.
115
+
4.Save the final chart on disk inside the container and provide a link to it with the `response_tool`.
116
116
117
117
> [!NOTE]
118
118
> The first run of `code_execution_tool` may take a while as it downloads and builds the Agent Zero Docker image. Subsequent runs will be faster.
@@ -145,6 +145,7 @@ Enable voice responses from agents:
145
145
* Toggle the "Speech" switch in the Preferences section of the sidebar
146
146
* Agents will use your system's built-in voice synthesizer to speak their messages
147
147
* Click the "Stop Speech" button above the input area to immediately stop any ongoing speech
148
+
* You can also click the speech button when hovering over messages to speak individual messages or their parts
148
149
149
150

150
151
@@ -188,18 +189,6 @@ Configure STT settings in the Settings page:
188
189
> ensuring that no data is transmitted to external servers or OpenAI APIs. This
189
190
> enhances user privacy while maintaining functionality.
190
191
191
-
### Mathematical Expressions
192
-
Agent Zero supports KaTeX for beautiful mathematical typesetting:
193
-
194
-
***Inline Math:** Use single dollars `$...$` for inline expressions
195
-
- Example: Type `The area of a circle is $A = πr^2$`
196
-
- Renders as: The area of a circle is $A = πr^2$
197
-
198
-
***Display Math:** Use double dollars `$$...$$` for centered display equations
199
-
- Example: Type `$$F = G\frac{m_1m_2}{r^2}$$`
200
-
- Renders as a centered equation
201
-
202
-

203
192
204
193
***Complex Mathematics:** Supports full KaTeX syntax for:
0 commit comments