agent-zero/python
frdel fcdb6285cf Support glob patterns in cache.clear
Allow clearing multiple cache entries using glob-style patterns. Import fnmatch and detect pattern characters (*, ?, [) in the area argument; if present, collect matching keys with fnmatch.fnmatch and remove them safely while holding the lock. Fallback behavior remains unchanged for exact-key clears.
2026-02-25 06:30:04 +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 Support glob patterns in cache.clear 2026-02-25 06:30:04 +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