agent-zero/extensions/python
frdel e4f974b80d refactor: add file system watchdog support for API handlers, extensions, and plugins
- Add `watchdog` dependency to requirements.txt
- Implement cache entry timestamps with `CacheEntry` dataclass for LRU-style tracking
- Add `trim_cache` function to remove stale entries based on age
- Update cache operations to track and update entry timestamps on access
- Add `_get_matching_areas` helper for wildcard pattern matching in cache clearing
- Register watchdogs for API handlers, extensions, and plugins to
2026-03-18 21:07:33 +01:00
..
__main___init_a0_end refactor: add file system watchdog support for API handlers, extensions, and plugins 2026-03-18 21:07:33 +01:00
agent_Agent_handle_exception_end Refactor extensions to async/sync API 2026-03-06 11:32:08 +01:00
agent_init Refactor extensions to async/sync API 2026-03-06 11:32:08 +01:00
banners BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
before_main_llm_call BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
error_format BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
hist_add_before Refactor extensions to async/sync API 2026-03-06 11:32:08 +01:00
hist_add_tool_result Refactor extensions to async/sync API 2026-03-06 11:32:08 +01:00
job_loop refactor: add file system watchdog support for API handlers, extensions, and plugins 2026-03-18 21:07:33 +01:00
message_loop_end BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
message_loop_prompts_after BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
message_loop_prompts_before BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
message_loop_start BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
monologue_end BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
monologue_start BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
process_chain_end BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
reasoning_stream BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
reasoning_stream_chunk BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
reasoning_stream_end BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
response_stream BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
response_stream_chunk BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
response_stream_end BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
system_prompt BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
tool_execute_after BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
tool_execute_before BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
user_message_ui BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
util_model_call_before BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
.gitkeep BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00