agent-zero/python
frdel 82aef08ae2 Convert agent and plugin metadata/configs to YAML
Replace JSON-based agent and plugin metadata/config files with YAML equivalents and update code paths to read/write YAML. Added python/helpers/yaml for YAML load/dump and files.read_file_yaml helper; subagents, plugins, and files helpers now prefer agent.yaml/plugin.yaml and default_config.yaml. Migration now includes convert_agents_json_yaml and startup_migration is invoked from initialize to perform conversions. Plugin toggle/config handling was refactored (META_FILE_NAME/CONFIG_DEFAULT_FILE_NAME changes, new determined_toggle_from_paths helper) and memory plugin defaults and extensions were updated to use per-agent plugin config lookups with guards for missing configs.
2026-02-24 15:23:11 +01:00
..
api Plugin UX Consolidation (pre-upstream-merge snapshot) 2026-02-24 11:25:57 +01:00
extensions Detach memory and update config 2026-02-21 10:41:29 +01:00
helpers Convert agent and plugin metadata/configs to YAML 2026-02-24 15:23:11 +01:00
tools simplification and further memory decoupling 2026-02-15 03:25:33 +01:00
websocket_handlers better logging in websockets 2026-02-10 10:12:03 +01:00