SurfSense/surfsense_backend/app
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
..
agents feat: Implement Alison AI Classroom IT Support Assistant 2025-09-09 20:55:21 +00:00
alison_docs feat: Implement Alison AI Classroom IT Support Assistant 2025-09-09 20:55:21 +00:00
config Add airtable connector auth flow routes 2025-08-26 13:56:31 +02:00
connectors Merge pull request #295 from CREDO23/feature/airtable-connector 2025-09-03 12:49:14 -07:00
prompts Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
retriever feat: Implement Alison AI Classroom IT Support Assistant 2025-09-09 20:55:21 +00:00
routes feat: Implement Alison AI Classroom IT Support Assistant 2025-09-09 20:55:21 +00:00
schemas feat: Implement Alison AI Classroom IT Support Assistant 2025-09-09 20:55:21 +00:00
services Merge pull request #295 from CREDO23/feature/airtable-connector 2025-09-03 12:49:14 -07:00
tasks feat: Implement Alison AI Classroom IT Support Assistant 2025-09-09 20:55:21 +00:00
utils fix: added basic context window check for summarization 2025-08-28 22:58:55 -07:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat: Implement Alison AI Classroom IT Support Assistant 2025-09-09 20:55:21 +00:00
db.py feat: Implement Alison AI Classroom IT Support Assistant 2025-09-09 20:55:21 +00:00
users.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00