mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-08 01:41:42 +00:00
refactor: migrate extension system to use deep directory paths based on module and qualname
- Change @extensible decorator to generate extension paths from full module and qualname hierarchies instead of flattened names
- Update extension path format from `{module}_{qualname}_{start|end}` to `_functions/<module>/<qualname>/{start|end}`
- Move all extension files to new deep directory structure under `_functions/` to match new path format
- Replace PathSpec.from_lines(GitWildMatchPattern, ...) with PathSpec.from_lines
This commit is contained in:
parent
69317765c9
commit
7e1d9ad2a4
19 changed files with 61 additions and 22 deletions
0
extensions/python/startup_migration/.gitkeep
Normal file
0
extensions/python/startup_migration/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue