more flags!

Alessandro committed Oct 15, 2024 at 14:58 UTC 7466b82a18da4c8d14f79db7489577c7baef59fc
2 files changed +10 -4
docs/architecture.md
+7 -2
@@ -93,7 +93,9 @@ The `prompts` directory contains various Markdown files that control agent behav
93 | agent.system.tools.md | Organizes and calls the individual tool prompt files. |
94 | agent.system.tool.*.md | Individual tool prompt files (with * as the tool name). |
95
96 -You can customize any of these files. Agent Zero will use the files in your custom `prompts_subdir` if they exist, otherwise, it will fall back to the files in `prompts/default`.
96 +> [!NOTE]
97 +> You can customize any of these files. Agent Zero will use the files in your custom `prompts_subdir`
98 +> if they exist, otherwise, it will fall back to the files in `prompts/default`.
99
100 ## Extensions
101 - Extensions are a powerful feature of Agent Zero, designed to keep the main codebase clean and organized while allowing for greater flexibility and modularity. Here’s a detailed exploration of the extensions feature:
@@ -179,4 +181,7 @@ To create a new extension, follow these steps:
181 3. Your desired extension's name has to start with a number to ensure it is executed before or after an already existing extension based on your needs.
182 4. Ensure that the extension is compatible with the main system and does not introduce any conflicts or errors.
183
182 -If you believe your custom tool, instrument or extension could bring value to the community, consider contributing it to the main repository by making a pull request. This will make it available for others to use and benefit from your work. See [Contributing](contribution.md) for more information.
\ No newline at end of file
184 +> [!NOTE]
185 +> If you believe your custom tool, instrument or extension could bring value to the community, consider contributing
186 +> it to the main repository by making a pull request. This will make it available for others to use and benefit from your work.
187 +> See [Contributing](contribution.md) for more information.
\ No newline at end of file
docs/usage.md
+3 -2
@@ -76,8 +76,9 @@ app.run(request_handler=NoRequestLoggingWSGIRequestHandler, host="0.0.0.0", port
76 > [!CAUTION]
77 > VERY IMPORTANT NOTICE: We believe in safe and ethical AI development, and highly
78 > suggest you to use the Docker container designed for running Agent Zero.
79 -
80 -This is a dangerous and untested feature, and we are not responsible for any damage or illegal activities or legal liabilities caused by the use of this feature. As you are responsible for your own actions, use this feature only if 100% sure of what you're doing.
79 +> This is a dangerous and untested feature, and we are not responsible for any damage
80 +> or illegal activities or legal liabilities caused by the use of this feature.
81 +> As you are responsible for your own actions, use this feature only if 100% sure of what you're doing.
82 <details>
83 <summary>I accept the risks and want to use this feature.</summary>
84