Update extensibility.md

Jan Tomášek committed Jul 30, 2025 at 11:17 UTC b720c1d49d0aa965ad66c632dfe9903af362771e
1 file changed +3 -2
docs/extensibility.md
+3 -2
@@ -1,6 +1,7 @@
1 # Extensibility framework in Agent Zero
2
3 -> [!NOTE] Agent Zero is built with extensibility in mind. It provides a framework for creating custom extensions, agents, instruments, and tools that can be used to enhance the functionality of the framework.
3 +> [!NOTE]
4 +> Agent Zero is built with extensibility in mind. It provides a framework for creating custom extensions, agents, instruments, and tools that can be used to enhance the functionality of the framework.
5
6 ## Extensible components
7 - The Python framework controlling Agent Zero is built as simple as possible, relying on independent smaller and modular scripts for individual tools, API endpoints, system extensions and helper scripts.
@@ -237,4 +238,4 @@ In this example:
238 - Use the appropriate extension point for your functionality
239 - Leverage existing helpers rather than duplicating functionality
240 - Test extensions thoroughly to ensure they don't interfere with core functionality
240 -- Document your extensions to make them easier to maintain and share
\ No newline at end of file
241 +- Document your extensions to make them easier to maintain and share