insurance_assistant — DeepSeek Agents | Neura Market
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityTrendingGenerate
    DeepSeekAgentsinsurance_assistant
    Back to Agents
    insurance_assistant

    insurance_assistant

    rekisama June 13, 2025
    9 copies 0 downloads

    基于LangGraph的智能保险合同 PDF 分析与问答助手,支持要点提取、检索、风险高亮、公式解析与可视化。AI-powered insurance contract PDF assistant: summarization, semantic/keyword search, risk highlighting, formula extraction, and visualization.

    Agent Definition
    # 保险合同智能助手(Insurance Contract Assistant)
    
    本项目基于大语言模型(DeepSeek LLM)与LangGraph多节点流程编排,实现了对保险合同 PDF 的智能分析与问答。支持合同内容摘要、语义和关键词混合检索、风险条款高亮、公式结构化提取、保险利益可视化等多种功能。
    个人练手项目,用于学习交流,欢迎参考学习。
    
    ## 功能特色
    
    - **合同自动摘要**:对保险合同 PDF 主要内容和保障范围进行要点提取。
    - **智能检索问答**:基于向量库(FAISS + HuggingFaceEmbeddings)和关键词兜底,支持语义和关键词混合检索,智能回答用户关于合同内容的问题。
    - **风险条款高亮**:自动识别高风险、免责等重要条款,并生成高亮标注后的 PDF 文件。
    - **公式结构化与说明**:自动抽取合同中的金钱计算/赔付/现金价值等公式并结构化,结合自然语言解释公式含义。
    - **保险利益可视化**:根据历史对话,自动生成年度保险利益表格及收益曲线图。
    - **多轮对话与自由推理**:支持上下文多轮对话,LLM 可对复杂或开放式问题进行智能推理。
    
    ## 目录结构
    
    ```
    insurance_assistant/
    ├── main.py                 # 入口程序
    ├── config.py               # 配置与全局变量
    ├── pdf_utils.py            # PDF 处理工具
    ├── graph_builder.py        # 流程图构建
    ├── nodes/                  # 各功能节点
    ├── requirements.txt        # 依赖列表
    ├── .env                    # 环境变量
    ├── .gitignore
    └── README.md
    ```
    
    ## 环境依赖
    
    - Python 3.8+
    - langchain
    - langgraph
    - faiss-cpu
    - python-dotenv
    - jieba
    - PyMuPDF
    - huggingface_hub
    - [DeepSeek LLM API 权限](https://platform.deepseek.com/)
    - 其他详见 `requirements.txt`
    
    安装依赖:
    ```bash
    pip install -r requirements.txt
    ```
    
    ## 快速开始
    
    1. **准备 .env 文件**
    
    项目根目录下创建 `.env` 文件,内容形如:
    
    ```
    DEEPSEEK_API_KEY=你的_api_key
    ```
    
    2. **准备 PDF 合同文件**
    
    将需要分析的保险合同 PDF 放在根目录路径(如 `example.pdf`)。
    
    3. **运行主程序**
    
    ```bash
    python main.py
    ```
    
    交互示例:
    ```
    保险助手已启动,多轮对话模式,输入“退出”可结束。
    用户:请帮我总结一下这份保险合同的主要条款
    保险助手:(输出合同摘要)
    用户:查找本合同的免责条款
    保险助手:(输出相关条款及页码、关键词高亮)
    ```
    
    ## 注意事项
    
    - `.env` 文件包含敏感密钥,请勿上传至 GitHub。
    - 本项目仅供学习与技术交流,实际保险条款解释请以保险公司官方文件为准。
    
    ## 参考资料
    
    - [DeepSeek LLM 官方文档](https://platform.deepseek.com/)
    - [LangChain 官方文档](https://python.langchain.com/)
    - [LangGraph 官方文档](https://langchain-ai.github.io/langgraph/)
    - [FAISS 官方文档](https://faiss.ai/)
    - [PyMuPDF 文档](https://pymupdf.readthedocs.io/)
    
    ---
    
    如有建议或问题,欢迎 issue 交流!
    

    Tags

    agentchatbotdeepseekfaisshuggingface-embeddingslangchainlanggraphllmpython

    Comments

    More Agents

    View all
    hybrid-model-workflow

    hybrid-model-workflow

    HAL 分层混合模型工作流 — 强模型(Claude)负责理解/拆解/验收,低成本模型(DeepSeek)负责检索/提取/清洗。Hermes Agent skill。

    P
    ph4ble
    1
    Dynamic-Review-Agent

    Dynamic-Review-Agent

    An LLM agent fine-tuned on DeepSeek for spaced repetition, dynamically integrating knowledge points based on the Ebbinghaus forgetting curve.

    1
    1838177
    1
    StellarOS-Watch

    StellarOS-Watch

    基于 STM32F103 构建的端到端 AI 智能手表生态。自研“零重定位”原生机器码动态加载引擎与页面栈式 UI 框架;集成生产级 OTA 回滚保护机制与高带宽(921600 baud)串口协议栈。通过 Node.js 中继实现 DeepSeek AI 语义控制及 ASRPRO 语音全双工交互,是一个集成了分布式计算、现代存储管理与 AI Agent 的嵌入式全栈工程。

    C
    chenshuang888
    1
    UAVagent1.0deepseek

    UAVagent1.0

    A Meta-Agent-Driven Self-Evolving Multi-Agent System for UAV Detection and Tracking

    S
    StarlitPupils
    2
    hermes-goai-agent

    hermes-go

    One command to run Hermes AI Agent with a browser UI. Zero prerequisites. 一行命令,AI 就位。

    L
    LAI-755
    1
    Agent

    Agent

    网页应用Agent,接入DeepSeek、Mimo等模型

    C
    Cosmos-815
    1

    Stay up to date

    Get the latest DeepSeek prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for DeepSeek and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.