agent-zero/plugins/memory
frdel 1b89a0d359 Add tool request validation and plugin change notifications
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
2026-03-10 13:08:48 +01:00
..
api BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
extensions BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
helpers BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
prompts initial plugins effort; memory system PoC 2026-02-14 17:05:37 +01:00
tools BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
webui Add tool request validation and plugin change notifications 2026-03-10 13:08:48 +01:00
default_config.yaml Convert agent and plugin metadata/configs to YAML 2026-02-24 15:23:11 +01:00
plugin.yaml align plugin manifests and docs to use title 2026-02-24 16:17:01 +01:00