agent-zero/python
frdel 6d4fd69570 Add KVP helper and plugin file flags
Introduce a new python/helpers/kvp.py providing a thread-safe runtime and persistent key-value store (JSON files under usr/kvp) with key validation, find/get/set/remove operations, and atomic writes using temp files and os.replace. Update python/helpers/plugins.py to add has_readme, has_license, and has_init_script flags to PluginListItem and set them when scanning plugin directories (checks for README.md, LICENSE, and initialize.py).
2026-02-25 11:38:01 +01:00
..
api WIP: Add plugin toggle UI and helper stubs 2026-02-23 09:39:49 +01:00
extensions Detach memory and update config 2026-02-21 10:41:29 +01:00
helpers Add KVP helper and plugin file flags 2026-02-25 11:38:01 +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