Project 06AI2024
IncyBot
Built and deployed a Slack-integrated agentic incident response bot for a 4-person engineering team using FastAPI and LLM tool-call orchestration across incident creation, evidence gathering, and summary generation.
IncyBotProject artifact / 2024
Built with
- FastAPI
- OpenAI API
- SQLite
- Slack API
- Python
Overview
FastAPI service for incident response demos. It handles incident intake, evidence retrieval from fixtures, KB search, Slack-triggered workflows, and an OpenAI-powered agent that uses internal tools.
Features
Incident lifecycle endpoints: create, assign, evidence, notes.
KB search with SQLite FTS5 chunks.
Slack alert posting and interactive approvals.
OpenAI agent loop that calls local tools (create incident, fetch evidence, KB search, notes).
Written up in preyashyadav/incy-bot