SurfSense/surfsense_backend/app/indexing_pipeline
DESKTOP-RTLN3BA\$punk d8a05ae4d5 feat: refactor agent tools management and add UI integration
- Added endpoint to list agent tools with metadata, excluding hidden tools.
- Updated NewChatRequest and RegenerateRequest schemas to include disabled tools.
- Integrated disabled tools management in the NewChatPage and Composer components.
- Improved tool instructions and visibility in the system prompt.
- Refactored tool registration to support hidden tools and default enabled states.
- Enhanced document chunk creation to handle strict zip behavior.
- Cleaned up imports and formatting across various files for consistency.
2026-03-10 17:36:26 -07:00
..
adapters refactor: implement UploadDocumentAdapter for file indexing and reindexing 2026-02-28 01:38:32 +05:30
__init__.py test: add ConnectorDocument unit tests and factory fixture 2026-02-24 22:20:08 +02:00
connector_document.py feat: enhance performance logging and caching in various components 2026-02-26 13:00:31 -08:00
document_chunker.py feat: enhance performance logging and caching in various components 2026-02-26 13:00:31 -08:00
document_embedder.py feat: re-export embed_texts from document_embedder 2026-03-09 15:54:02 +02:00
document_hashing.py feat: implement and test index method 2026-02-25 01:40:30 +02:00
document_persistence.py fix bugs in indexing pipeline exception handling 2026-02-25 16:27:12 +02:00
document_summarizer.py feat: enhance performance logging and caching in various components 2026-02-26 13:00:31 -08:00
exceptions.py Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev 2026-02-26 13:01:24 -08:00
indexing_pipeline_service.py feat: refactor agent tools management and add UI integration 2026-03-10 17:36:26 -07:00
pipeline_logger.py feat: enhance performance logging and caching in various components 2026-02-26 13:00:31 -08:00