The Insurance Management System is a comprehensive solution designed to streamline the management of insurance policies, claims, and customer profiles. This project implements a multi-assistant architecture to handle various tasks effectively, ensuring a smooth user experience.
- Policy Management: Allows customers to view, renew, and cancel their insurance policies.
- Claims Management: Enables customers to file and track their claims seamlessly.
- Customer Profile Management: Provides functionality for managing customer details, including personal information and enrolled policies.
- Agentic System: Implements specialized assistants for booking hotels, car rentals, and managing customer inquiries.
- Python: Primary programming language for backend logic.
- SQLite: Lightweight database for storing customer and policy information.
- LangChain: Framework for building conversational agents and handling user interactions.