mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 04:00:26 +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
|
|
@ -7,6 +7,7 @@ chat_model:
|
|||
ctx_length: 128000
|
||||
ctx_history: 0.7
|
||||
vision: true
|
||||
max_embeds: 10
|
||||
rl_requests: 0
|
||||
rl_input: 0
|
||||
rl_output: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue