SurfSense/surfsense_backend/tests/unit/agents/new_chat
DESKTOP-RTLN3BA\$punk e57c3a7d0c
Some checks are pending
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
feat: prompt caching
- Updated `litellm` dependency version from `1.83.4` to `1.83.7`.
- Adjusted `aiohttp` version from `3.13.5` to `3.13.4` in the lock file.
- Implemented `apply_litellm_prompt_caching` in `chat_deepagent.py` to improve prompt caching.
- Added model name resolution logic in `chat_deepagent.py` to ensure correct provider-variant dispatch.
- Enhanced `llm_config.py` to configure prompt caching for various LLM providers.
- Updated tests to verify correct model name forwarding and prompt caching behavior.
2026-05-01 05:10:53 -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_busy_mutex.py refactor(chat): implement turn cancellation and status management in new chat routes for improved user experience and error handling 2026-05-01 01:47:52 +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 chore: linting 2026-04-28 21:37:51 -07: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 feat: updated agent harness 2026-04-28 09:22:19 -07:00
test_hitl_auto_approve.py feat: improved agent streaming 2026-04-29 07:20:31 -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: updated file management for main agent 2026-04-28 04:32:52 -07:00
test_permission_middleware.py chore: linting 2026-04-28 21:37:51 -07: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 feat: prompt caching 2026-05-01 05:10:53 -07: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 chore: linting 2026-04-28 21:37:51 -07: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