the-dreimar/Dispatcher-AI
0
HR Agentic Ticketing System V2
Welcome to the cutting-edge Agentic RAG Ticketing system!
Architecture
- Dispatcher Engine (Gemini 3.1 Pro via `google-genai`)
- Automatically understands intent and Workday modules from employee issue tickets.
- Calculates dynamic assignments using workload constraints and resolver skills.
- Self-reflective RAG pre-fetches similar resolutions and rulebook guidelines, providing analysts a head start.
- Self-Improving RAG Loop
- Each time an analyst closes a ticket, the system automatically uses Gemini to summarize the solution steps.
- The summary gets mapped into a
vector(768)coordinate and placed directly back into the pgvector database viapgvector. - Future issues fetching similar intent will surface this newly learned fix.
- Database Architecture (Supabase)
- Powered by PostgreSQL with
pgvectorenabled out of the box. - Synthetic Data generated to model an HR ecosystem (500 Employees, Active Matrix, and mock historical closures).
Hugging Face Spaces Deployment
The structure complies exactly with the native Streamlit App space guidelines.
- Add Secrets: In your Hugging Face Space settings, populate the following secrets:
SUPABASE_URLSUPABASE_KEYGEMINI_API_KEY- Space requirements will naturally fetch
requirements.txtand launchapp.pyviast.navigation.
