Update architecture.md

Alessandro committed Oct 12, 2024 at 00:03 UTC ecf551090bdae073437a109826071e1cf831a2a2
1 file changed +1 -1
docs/architecture.md
+1 -1
@@ -161,4 +161,4 @@ Instruments allow you to add predefined actions or workflows to Agent Zero witho
161 2. Inside this folder, create a `.md` file with the description of the instrument and a `.sh` script (or other executable) with the actual implementation. The `.md` file acts as the interface for the Agent to interact with the Instrument, and the agent will call the `.sh` with the given user arguments. The agent will parse the `.md` file, using the Instrument's name, description, and arguments described in it.
162 3. The agent will automatically detect and use your custom instruments.
163
164 -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](contributing.md) for more information.
\ No newline at end of file
164 +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