SurfSense/surfsense_backend/app/agents
google-labs-jules[bot] d9bc5c30ea 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.
- An end-to-end test script to verify the functionality of the Alison agent.

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 22:59:51 +00:00
..
alison feat: Implement Alison AI Classroom IT Support Assistant 2025-09-09 22:59:51 +00:00
podcaster feat: Added Local TTS (Kokoro TTS) Support 2025-08-13 17:25:34 -07:00
researcher Merge pull request #295 from CREDO23/feature/airtable-connector 2025-09-03 12:49:14 -07:00
__init__.py feat: Added chat_history to researcher agent 2025-05-10 20:06:19 -07:00