agent-zero/plugins/memory
frdel 0372c05f2b Move exception handling to extensions
Refactors exception handling to use extension points and plugins. Moves InterventionException and HandledException into python/helpers/errors and routes exceptions from Agent (monologue and outer loops) through extension call points (monologue_exception, message_loop_exception, context_chain_exception) instead of inline handling. Removes inlined retry/critical logic and adds an error_retry plugin (reset counter + retry extension) as the retry implementation; also adds monologue_exception extensions to handle repairable, intervention, and critical exceptions. Adjusts extension hook naming in python/helpers/extension, adds agent-presence guards to several memory extensions, prevents a direct agent.handle_critical_exception call in TaskScheduler, renames a test file location, and fixes a webui modal path.
2026-03-02 16:51:39 +01:00
..
api Refactor plugin/project helpers; add plugin UI 2026-02-19 17:20:14 +01:00
extensions Move exception handling to extensions 2026-03-02 16:51:39 +01:00
helpers Use agent-specific memory plugin config 2026-02-21 18:06:57 +01:00
prompts initial plugins effort; memory system PoC 2026-02-14 17:05:37 +01:00
tools Refactor memory imports; add Alpine move directives 2026-02-17 11:42:12 +01:00
webui Detach memory and update config 2026-02-21 10:41:29 +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