blind-date-sim-agent — DeepSeek Agents | Neura Market
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityTrendingGenerate
    DeepSeekAgentsblind-date-sim-agent
    Back to Agents
    blind-date-sim-agent

    blind-date-sim-agent

    mengbinghen March 29, 2026
    1 copies 0 downloads

    AI dating simulation app built with FastAPI and vanilla JS that generates candidates, runs AI conversations, and recommends the best match.

    Agent Definition
    # AI 相亲模拟 Agent
    
    <p align="center">
      <strong>让 AI 先替你聊一轮,再决定谁值得继续认识。</strong>
    </p>
    
    <p align="center">
      一个把候选人生成、批量聊天模拟、匹配推荐串成完整闭环的 AI Web Demo。
    </p>
    
    <p align="center">
      多角色对话编排 · SSE 流式体验 · 场景模式 · 事件卡 · 结局卡
    </p>
    
    <p align="center">
      <img alt="Python" src="https://img.shields.io/badge/Python-3.8%2B-3776AB?style=flat-square&logo=python&logoColor=white">
      <img alt="FastAPI" src="https://img.shields.io/badge/FastAPI-0.109-009688?style=flat-square&logo=fastapi&logoColor=white">
      <img alt="Frontend" src="https://img.shields.io/badge/Frontend-HTML%2FCSS%2FVanilla%20JS-FF6B81?style=flat-square">
      <img alt="LLM" src="https://img.shields.io/badge/LLM-DeepSeek-6C63FF?style=flat-square">
      <img alt="Streaming" src="https://img.shields.io/badge/Streaming-SSE-4F46E5?style=flat-square">
    </p>
    
    ## 这是什么
    
    AI 相亲模拟 Agent 是一个完整的 AI Web Demo:输入一份用户资料,系统会批量生成候选人,自动完成多轮对话模拟,并在最后给出最佳匹配、关系结局和对话总结。
    
    它的重点不只是“聊天”,而是把候选人生成、关系推进、过程展示和结果判断串成一条完整体验链路。
    
    ## 为什么有意思
    
    - 一次生成多位候选人,而不是只和单个角色对话
    - 批量推进多轮模拟,更接近真实的筛选过程
    - 通过 SSE 实时展示模拟进度,过程本身就有观看价值
    - 支持不同场景模式,同一批候选人可以跑出不同结果
    - 事件卡会在关键轮次推动对话,不会一直停留在浅层寒暄
    - 最终结果除了分数和排序,还会给出更直观的关系结局
    
    ## 最新玩法
    
    ### `场景模式`
    
    你可以直接决定这一轮关系推进发生在什么语境里:
    
    - `初识聊天`
    - `周末约会计划`
    - `未来关系试探`
    
    同一组候选人,在不同场景下往往会呈现出不同的聊天走向和匹配结果。
    
    ### `事件卡`
    
    系统会在关键轮次插入事件,让对话自然发生变化,比如:
    
    - 共同兴趣深入
    - 安排偏好差异
    - 临时变化应对
    - 是否愿意见面
    - 城市与工作取舍
    - 关系节奏预期
    
    这些事件不会生硬打断对话,而是把聊天从“聊得下去”推进到“值不值得继续了解”。
    
    ### `结局卡`
    
    推荐页除了排序,还会给每位候选人一个关系结局:
    
    - `互有好感`
    - `建议继续接触`
    - `适合慢慢了解`
    - `更适合做朋友`
    
    这让结果不再只是抽象评分,而更像一次完整的关系判断。
    
    ## 体验流程
    
    1. 填写个人资料,设置候选人数、对话轮数和场景模式。
    2. AI 生成一批候选人,形成这一轮的候选池。
    3. 系统并行推进所有候选人的多轮聊天。
    4. 模拟页实时展示轮次、内容和当前事件卡。
    5. 最终输出最佳匹配、推荐理由、对话高光和关系结局。
    
    ## 页面预览
    
    ### 首页
    
    资料录入、模拟规模和场景模式都集中在一个页面,便于快速进入整条体验流程。
    
    ![首页预览](docs/images/home.jpg)
    
    ### 候选人页
    
    先浏览这一轮生成出的候选人,再进入批量模拟流程。
    
    ![候选人页](docs/images/candidates.jpg)
    
    ### 模拟页
    
    这是整个项目最能体现过程感的页面。左侧看每位候选人的进度,右侧查看当前对话内容。
    
    ![模拟页](docs/images/simulation.jpg)
    
    ## 技术栈
    
    - 后端:Python、FastAPI、httpx、Pydantic
    - 前端:HTML、CSS、Vanilla JavaScript
    - 模型:
      - `deepseek-chat` 负责候选人生成与对话模拟
      - `deepseek-reasoner` 负责推荐分析与结果总结
    - 通

    Tags

    aideepseekfastapillmprompt-engineeringsimulationssevanilla-javascript

    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.