agent-zero/webui/components
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
..
_examples v0.9.5-pre cleanup, polishing, bugfixing 2025-08-25 09:59:44 +02:00
chat ui: enhance chat input vertical expansion and auto-resize 2026-02-26 11:59:17 +01:00
dropdown ui: streamline sidebar buttons, add dropdown component 2025-12-29 15:03:54 +01:00
messages typed messages.js, unified returns from message handlers 2026-02-25 10:28:50 +01:00
modals fix full-screen-input bg contrast 2026-02-26 12:04:06 +01:00
notifications WebSocket merge 2026-02-01 16:07:45 +01:00
plugins Merge branch 'development' of https://github.com/agent0ai/agent-zero into development 2026-02-28 12:30:37 +01:00
projects Detach memory and update config 2026-02-21 10:41:29 +01:00
settings Merge pull request #1057 from 3clyp50/feat/proj-inherit 2026-02-27 14:08:09 +01:00
sidebar Move exception handling to extensions 2026-03-02 16:51:39 +01:00
sync WebSocket merge 2026-02-01 16:07:45 +01:00
tooltips quick-actions css fix; tooltips in plugins 2026-02-17 14:12:02 +01:00
welcome add extension points coverage; add JS hooks 2026-02-18 12:32:04 +01:00