SurfSense/surfsense_backend/tests/unit/agents/new_chat
CREDO23 db8bffab38 perf(prompt-cache): enable Azure prompt_cache_key routing hint
Splits the OpenAI-family gate into per-param predicates so AZURE and
AZURE_OPENAI configs now receive prompt_cache_key for backend routing
affinity (Microsoft auto-caches GPT-4o+ deployments at >=1024 tokens;
the key clusters same-prefix requests on the same GPU pool and raises
hit rate on turn 2+). prompt_cache_retention stays opted out for Azure
because litellm 1.83.14's Azure transformer would drop it silently;
revisit when Azure's supported params list is updated.
2026-05-20 11:58:15 +02:00
..
middleware chore: linting 2026-05-05 17:08:34 -07:00
prompts feat: prompt caching 2026-05-01 05:10:53 -07:00
tools feat: implement resume page limit functionality 2026-04-22 18:46:17 +05:30
__init__.py feat: updated agent harness 2026-04-28 09:22:19 -07:00
test_action_log.py feat: improved agent streaming 2026-04-29 07:20:31 -07:00
test_agent_cache.py feat: implement agent caches and fix invalid prompt cache configs 2026-05-03 06:03:40 -07:00
test_busy_mutex.py feat(busy_mutex): enhance thread lock management to prevent stale middleware interference 2026-05-02 01:35:30 +05:30
test_compaction.py chore: linting 2026-04-28 21:37:51 -07:00
test_context_editing.py chore: linting 2026-04-28 21:37:51 -07:00
test_dedup_tool_calls.py Harden HITL for multi-step tasks: bypass internal MCP gate, full-args dedup, and decision-envelope normalization. 2026-05-04 19:25:27 +02:00
test_default_permissions_layering.py chore: linting 2026-04-28 21:37:51 -07:00
test_desktop_safety_rules.py feat: improved agent streaming 2026-04-29 07:20:31 -07:00
test_doom_loop.py chore: linting 2026-04-28 21:37:51 -07:00
test_feature_flags.py refactor(chat): stream agent events via stream_output and remove parity v2 flag 2026-05-07 19:40:10 +02:00
test_flatten_system.py feat: implement agent caches and fix invalid prompt cache configs 2026-05-03 06:03:40 -07:00
test_hitl_auto_approve.py Merge upstream/dev into feature/multi-agent 2026-05-05 01:44:46 +02:00
test_memory_response_content.py chore: linting 2026-05-05 17:08:34 -07:00
test_mention_resolver.py feat: improved document, folder mentions rendering 2026-05-09 22:15:51 -07:00
test_noop_injection.py chore: linting 2026-04-28 21:37:51 -07:00
test_otel_span.py chore: cleaned comments slop 2026-04-28 23:52:37 -07:00
test_path_resolver.py feat: improved document, folder mentions rendering 2026-05-09 22:15:51 -07:00
test_permission_middleware.py hitl/wire: rename 'always' decision-type to 'approve_always' 2026-05-15 14:47:32 +02:00
test_permissions.py chore: cleaned comments slop 2026-04-28 23:52:37 -07:00
test_plugin_loader.py chore: cleaned comments slop 2026-04-28 23:52:37 -07:00
test_prompt_caching.py perf(prompt-cache): enable Azure prompt_cache_key routing hint 2026-05-20 11:58:15 +02:00
test_resolve_prompt_model_name.py feat: prompt caching 2026-05-01 05:10:53 -07:00
test_retry_after.py chore: linting 2026-04-28 21:37:51 -07:00
test_rm_rmdir_cloud.py feat: improved agent streaming 2026-04-29 07:20:31 -07:00
test_skills_backends.py feat: updated agent harness 2026-04-28 09:22:19 -07:00
test_specialized_subagents.py Wire Linear and Slack specialists and prompt routing. 2026-04-29 20:51:06 +02:00
test_state_reducers.py feat: improved agent streaming 2026-04-29 07:20:31 -07:00
test_tool_call_repair.py chore: linting 2026-04-28 21:37:51 -07:00