mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-25 06:27:33 +00:00
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. |
||
|---|---|---|
| .. | ||
| api | ||
| extensions | ||
| helpers | ||
| tools | ||
| websocket_handlers | ||