mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 20:20:42 +00:00
refactor: consolidate module loading utilities and add plugin lifecycle improvements
- Move load_classes_from_file and load_classes_from_folder from extract_tools to new modules helper - Update all imports across api, extension, files, and plugins to use helpers.modules - Add namespace purging to refresh_plugin_modules for selective plugin reload on Python changes - Implement embed trimming in history based on model config max_embeds and vision support - Add pre_update hook documentation to plugin
This commit is contained in:
parent
723225957e
commit
89d4b8913f
25 changed files with 417 additions and 178 deletions
|
|
@ -1 +1,2 @@
|
|||
retries: 1
|
||||
retries: 1
|
||||
try_clear_embeds: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue