mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-20 01:03:59 +00:00
- Change cache key type from `str` to `Any` in cache helper functions - Add `determine_cache_key` helper to generate consistent cache keys from agent profile and project - Add extension call logging with `EXTENSIONS_LOG` environment variable support - Implement caching for extension classes, enabled plugins, and subagent paths - Optimize `get_abs_path` with `_resolve_path` helper to avoid redundant `get_base_dir` calls - Store |
||
|---|---|---|
| .. | ||
| chunk_parser_test.py | ||
| email_parser_test.py | ||
| rate_limiter_test.py | ||
| test_extensions_stress.py | ||
| test_fasta2a_client.py | ||
| test_file_tree_visualize.py | ||
| test_http_auth_csrf.py | ||
| test_multi_tab_isolation.py | ||
| test_persist_chat_log_ids.py | ||
| test_run_ui_config.py | ||
| test_settings_developer_sections.py | ||
| test_snapshot_parity.py | ||
| test_snapshot_schema_v1.py | ||
| test_socketio_library_semantics.py | ||
| test_socketio_unknown_namespace.py | ||
| test_state_monitor.py | ||
| test_state_sync_handler.py | ||
| test_state_sync_welcome_screen.py | ||
| test_websocket_client_api_surface.py | ||
| test_websocket_csrf.py | ||
| test_websocket_handlers.py | ||
| test_websocket_harness.py | ||
| test_websocket_manager.py | ||
| test_websocket_namespace_discovery.py | ||
| test_websocket_namespace_security.py | ||
| test_websocket_namespaces.py | ||
| test_websocket_namespaces_integration.py | ||
| test_websocket_root_namespace.py | ||
| test_webui_extension_surfaces.py | ||
| websocket_namespace_test_utils.py | ||