mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 05:42:39 +02:00
|
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
- Added a new function `_warm_agent_jit_caches` to pre-warm agent caches at startup, reducing cold invocation costs. - Updated the `SurfSenseContextSchema` to include per-invocation fields for better state management during agent execution. - Introduced caching mechanisms in various tools to ensure fresh database sessions are used, improving performance and reliability. - Enhanced middleware to support new context features and improve error handling during connector and document type discovery. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| action_log.py | ||
| anonymous_document.py | ||
| busy_mutex.py | ||
| compaction.py | ||
| context_editing.py | ||
| dedup_tool_calls.py | ||
| doom_loop.py | ||
| file_intent.py | ||
| filesystem.py | ||
| flatten_system.py | ||
| kb_persistence.py | ||
| kb_postgres_backend.py | ||
| knowledge_search.py | ||
| knowledge_tree.py | ||
| local_folder_backend.py | ||
| memory_injection.py | ||
| multi_root_local_folder_backend.py | ||
| noop_injection.py | ||
| otel_span.py | ||
| permission.py | ||
| retry_after.py | ||
| skills_backends.py | ||
| tool_call_repair.py | ||