SurfSense/surfsense_backend/app/agents/new_chat
DESKTOP-RTLN3BA\$punk ecb0a25cc8 feat: enhance memory management and session handling in database operations
- Introduced a shielded async session context manager to ensure safe session closure during cancellations.
- Updated various database operations to utilize the new shielded session, preventing orphaned connections.
- Added environment variables to optimize glibc memory management, improving overall application performance.
- Implemented a function to trim the native heap, allowing for better memory reclamation on Linux systems.
2026-02-28 23:59:28 -08:00
..
tools feat: enhance memory management and session handling in database operations 2026-02-28 23:59:28 -08:00
__init__.py feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
chat_deepagent.py feat: add performance logging middleware and enhance performance tracking across services 2026-02-27 16:32:30 -08:00
checkpointer.py feat: implement connection pooling for AsyncPostgresSaver in checkpointer 2026-02-05 17:32:43 -08:00
context.py organize deepagent codebase 2025-12-20 18:35:39 +02:00
llm_config.py feat: enhance caching mechanisms to prevent memory leaks 2026-02-27 17:56:00 -08:00
sandbox.py feat: enhance caching mechanisms to prevent memory leaks 2026-02-27 17:56:00 -08:00
system_prompt.py refactor: remove security notes from system prompt 2026-02-25 01:56:16 -08:00
utils.py inject tools at runtime 2025-12-20 18:35:39 +02:00