mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-06 08:01:31 +00:00
Introduce validate_tool_request() extensible method in agent.py to validate tool request structure (dict with tool_name string and tool_args dict fields) before processing. Add after_plugin_change() helper in helpers/plugins.py that clears cache and sends a frontend reload notification (throttled to display_time interval) with a reload button. Update plugin installer install/delete flows to call after_plugin_change(). Extend notification |
||
|---|---|---|
| .. | ||
| project-create.html | ||
| project-edit-basic-data.html | ||
| project-edit-file-structure.html | ||
| project-edit-instructions.html | ||
| project-edit-secrets.html | ||
| project-edit-skills.html | ||
| project-edit.html | ||
| project-file-structure-test.html | ||
| project-list.html | ||
| project-selector.html | ||
| projects-store.js | ||