Skip to content
    AI engineering roles via the DiamantAI Collective.See open roles
    AI AgentsGenAI Agents

    Contextual Quoting Agentic System

    This project implements a sophisticated multi-agent system for generating personalized, context-aware quotes for complex products and services. It leverages LangChain/LangGraph to create an intelligent quoting workflow that goes beyond traditional pricing methods by incorporating: - Retrieval-Augmented Generation (RAG) for context-sensitive data retrieval - Multi-Agent Architecture with specialized roles: - Main Assistant: Initial information gathering - Underwriting Assistant: Risk evaluation - Quote Assistant: Premium calculation - Intelligent Classification using sentiment analysis and business context - Dynamic Workflow Management through a state graph system - Database Integration for storing and retrieving category rates

    Traditional quoting systems often struggle with complex products and services where pricing depends on multiple interrelated factors. Current solutions typically: - Rely heavily on manual intervention - Have limited ability to consider context - Struggle with non-standard cases - Lack consistency across different underwriters - Cannot easily adapt to changi…

    What you'll learn

    • 1
      Core Infrastructure
    • 2
      SQLite database for storing category rates
    • 3
      Pydantic schemas for data validation
    • 4
      State management using TypedDict
    • 5
      LangGraph for workflow orchestration
    • 6
      Specialized Agents

    About this tutorial

    This hands-on Jupyter notebook is part of GenAI Agents, a free open-source repository by Nir Diamant covering ai agents techniques with runnable code examples and detailed explanations.

    Free and open-sourceRunnable Jupyter notebookActive community support
    Go deeper · Amazon Bestseller in Generative AI

    RAG Made Simple

    Nir Diamant's complete visual guide to Retrieval-Augmented Generation — essential for any GenAI engineer building systems that retrieve and ground responses on real data.

    Get it on Amazon

    ⭐ 4.4 stars · 1,500+ readers · Kindle $9.99 · Paperback $24.99 · Free with Kindle Unlimited

    More AI Agents tutorials

    More from GenAI Agents