<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Python on 熊鑫伟（cubxxw）的简体中文博客 🇨🇳</title>
    <link>https://cubxxw.com/zh/tags/python/</link>
    <description>AI Builder、开源贡献者、数字游民的技术博客：Kubernetes、Go、AI 开源项目与成长思考。</description>
    <image>
      <title>熊鑫伟（cubxxw）的简体中文博客 🇨🇳</title>
      <url>https://cubxxw.com/assets/og-image.png</url>
      <link>https://cubxxw.com/</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Wed, 24 Jun 2026 10:00:00 +0800</lastBuildDate>
    <atom:link href="https://cubxxw.com/zh/tags/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>从零设计一个生产级 AI Agent 系统：Relay 求职 Agent 的架构全解</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/relay-agent-architecture-design/</link>
      <pubDate>Wed, 24 Jun 2026 10:00:00 +0800</pubDate>
      <atom:updated>Wed, 24 Jun 2026 14:18:19 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/relay-agent-architecture-design/</guid>
      <description>这篇文章以 Relay 开源求职 Agent 项目为案例，完整拆解一个生产级多 Agent 系统从架构设计到落地的每一个关键决策：为什么把单 Agent 拆成 5 个、如何用 LangGraph 实现 HITL 检查点、三层 LLM 路由如何精算成本、反虚构防卫如何运行时验证、混合后端（Hono/Bun + FastAPI/Python）如何优雅解耦。无论你是在搭建第一个 Agent PoC 还是推进生产落地，这里都有可以拿走的设计模式。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">AI</category>
      <category domain="tag">Agent</category>
      <category domain="tag">LangGraph</category>
      <category domain="tag">LLM</category>
      <category domain="tag">Architecture</category>
      <category domain="tag">TypeScript</category>
      <category domain="tag">Python</category>
      <enclosure url="https://cubxxw.com/images/blog/relay-agent-architecture.webp" type="image/jpeg" length="0" />
      <media:content url="https://cubxxw.com/images/blog/relay-agent-architecture.webp" medium="image"><media:description>展示 Relay 求职 Agent 系统五层架构的技术图解：用户层、API 编排层、Agent 执行层、共享服务层、数据与集成层</media:description></media:content>
    </item>
    <item>
      <title>MarkItDown 开源项目深度学习</title>
      <link>https://cubxxw.com/zh/projects/markitdown/</link>
      <pubDate>Mon, 21 Apr 2025 15:41:21 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/projects/markitdown/</guid>
      <description>深度分析 Microsoft MarkItDown：将 PDF、Word、PowerPoint、Excel、图像、音频等多种格式转换为 Markdown 的开源 Python 工具。涵盖架构原理、安装使用、实操教程、LLM 集成、安全考量及与同类工具的对比，帮助开发者快速上手并融入 AI 工作流。
</description>
      <category domain="category">Projects</category>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
      <category domain="tag">Python</category>
      <category domain="tag">LLM</category>
      <category domain="tag">RAG</category>
    </item>
  </channel>
</rss>
