Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.02 KB

Readme.md

File metadata and controls

17 lines (12 loc) · 1.02 KB

Insurance Management System

Overview

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.

Features

  • 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.

Technologies Used

  • 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.