mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-06 06:12:40 +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. |
||
|---|---|---|
| .. | ||
| middleware | ||
| plugins | ||
| prompts | ||
| skills | ||
| subagents | ||
| tools | ||
| __init__.py | ||
| agent_cache.py | ||
| chat_deepagent.py | ||
| checkpointer.py | ||
| context.py | ||
| document_xml.py | ||
| errors.py | ||
| feature_flags.py | ||
| filesystem_backends.py | ||
| filesystem_selection.py | ||
| filesystem_state.py | ||
| llm_config.py | ||
| memory_extraction.py | ||
| path_resolver.py | ||
| permissions.py | ||
| plugin_loader.py | ||
| prompt_caching.py | ||
| sandbox.py | ||
| state_reducers.py | ||
| system_prompt.py | ||
| utils.py | ||