SurfSense/surfsense_backend/app/tasks/document_processors
google-labs-jules[bot] f5ea337b75 feat: Implement Alison AI Classroom IT Support Assistant
This commit introduces Alison, an AI-powered classroom IT support assistant, as a new module within the SurfSense application.

Key features of this implementation include:

- A new LangGraph-based agent for conversational troubleshooting.
- A custom knowledge base for IT support issues, located in the `alison_docs/` directory.
- An extension of the RAG pipeline to use Alison's knowledge base.
- Role-aware responses for professors and proctors.
- A configuration toggle to enable or disable the Alison module.
- Documentation for setting up and using Alison.

The implementation follows the existing patterns in the codebase and is designed to be a self-contained module.

Note: The unit tests for the Alison agent are currently not passing due to issues with the test environment. Further work is needed to get the tests to run correctly.
2025-09-09 20:55:21 +00:00
..
__init__.py refactor: refactored background_tasks & indexing_tasks 2025-08-12 15:28:13 -07:00
alison_doc_indexer.py feat: Implement Alison AI Classroom IT Support Assistant 2025-09-09 20:55:21 +00:00
base.py feat: Fixed Document Summary Content across connectors and processors 2025-08-18 20:51:48 -07:00
extension_processor.py feat: Fixed Document Summary Content across connectors and processors 2025-08-18 20:51:48 -07:00
file_processors.py feat: Fixed Document Summary Content across connectors and processors 2025-08-18 20:51:48 -07:00
markdown_processor.py feat: Fixed Document Summary Content across connectors and processors 2025-08-18 20:51:48 -07:00
url_crawler.py feat: Fixed Document Summary Content across connectors and processors 2025-08-18 20:51:48 -07:00
youtube_processor.py feat: Fixed Document Summary Content across connectors and processors 2025-08-18 20:51:48 -07:00