<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>不吃辣的Chris · AI 实践指南</title>
    <link>http://124.222.218.203/</link>
    <description>不吃辣的Chris的 AI 实践站：GitHub 项目精选 + Agent 面试专题，聚焦 RAG 与 Agent。</description>
    <language>zh-CN</language>
    <lastBuildDate>Sun, 02 Aug 2026 03:40:03 GMT</lastBuildDate>
    <atom:link href="http://124.222.218.203/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Agent 面试 · 总览</title>
      <link>http://124.222.218.203/llm-interview/</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/</guid>
      <pubDate>Sun, 02 Aug 2026 03:40:03 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>聚焦 RAG 与 Agent 的 Agent 面试专题，覆盖检索链路、召回优化、工具调用、MCP 与多智能体协作。</description>
    </item>
    <item>
      <title>GitHub 项目精选</title>
      <link>http://124.222.218.203/github/</link>
      <guid isPermaLink="true">http://124.222.218.203/github/</guid>
      <pubDate>Sun, 02 Aug 2026 03:40:03 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>精选高质量 GitHub 开源项目，按 AI 应用、Agent、RAG、本地模型等方向分类，帮助你快速发现值得学习和实践的项目。</description>
    </item>
    <item>
      <title>没有强化学习经验，如何快速入手 AI 智能体开发？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-13-ai</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-13-ai</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>现代 LLM Agent 主要靠 Prompt Engineering + Tool Calling 实现，不需要经典强化学习。零 RL 基础也能两周上手 Agent 开发。</description>
    </item>
    <item>
      <title>工具返回的结果太大时，Agent 怎么处理？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-43-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-43-agent</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>Agent 面对海量返回数据时的处理策略，包括摘要、分块、结构化提取、分页、二次查询等技术手段。</description>
    </item>
    <item>
      <title>短期、中期、长期记忆各自适合什么场景？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-52</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-52</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>Agent 记忆系统分层设计：短期记忆保精确约束，中期记忆保任务状态，长期记忆保用户画像与知识积累。</description>
    </item>
    <item>
      <title>MCP 技术协议的主体内容是什么？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-56-mcp</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-56-mcp</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>MCP（Model Context Protocol）是 Anthropic 提出的开放协议，标准化 LLM 与外部工具、数据源的集成。核心包含四层架构：角色、能力、通信、传输。</description>
    </item>
    <item>
      <title>MCP 的流式 HTTP 传输核心优势是什么？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-60-mcp</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-60-mcp</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>MCP 流式 HTTP 传输基于 SSE 协议，实现边产生边返回的实时通信，核心优势包括降低首包延迟、支持长任务进度回传、利于宿主控制（取消/超时/部分结果处理）。</description>
    </item>
    <item>
      <title>什么时候工作流比 Agent 更合适？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-64-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-64-agent</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>工作流适合固定流程、强可控、易审计的场景；Agent 适合开放任务、动态决策、路径不确定的场景。选型关键在于确定性与灵活性的权衡。</description>
    </item>
    <item>
      <title>多用户场景下，如何为 Agent 做安全沙箱隔离？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-67-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-67-agent</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>多用户 Agent 安全沙箱三层隔离架构：环境层（容器/Docker）、系统层（seccomp/AppArmor）、应用层（权限白名单）。MCP 协议权限检查 + 沙箱环境隔离双层防护。</description>
    </item>
    <item>
      <title>AI Agent 的主流设计模式有哪些？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-86-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-86-ai-agent</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>AI Agent 五种主流设计模式：反射模式、工具使用模式、ReAct 模式、规划模式、多智能体模式。复杂度递进演化，实际产品通常为多种模式组合。</description>
    </item>
    <item>
      <title>反射模式（Reflection Pattern）</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-87-reflection-pattern</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-87-reflection-pattern</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>Agent 完成输出后回头自检、发现问题再迭代的增强回路，突破单次推理上限的核心设计模式。</description>
    </item>
    <item>
      <title>工具使用模式（Tool Use Pattern）</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-88-tool-use-pattern</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-88-tool-use-pattern</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>让 LLM 调用外部工具获取实时信息、执行操作的基础能力，解决知识冻结和不能行动两大核心局限。</description>
    </item>
    <item>
      <title>ReAct 模式（Reason and Act）</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-89-react</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-89-react</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>将推理思考与工具行动结合的循环模式，Agent 通过「思考-行动-观察」闭环处理复杂任务的标准架构。</description>
    </item>
    <item>
      <title>规划模式（Planning Pattern）</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-90-planning-pattern</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-90-planning-pattern</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>先制定全局行动计划再执行的策略模式，将复杂任务拆分为子任务后逐个击破，处理长周期多步骤任务的标准架构。</description>
    </item>
    <item>
      <title>多智能体模式（Multi-Agent Pattern）</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-91-multi-agent-pattern</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-91-multi-agent-pattern</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>多智能体模式是 AI Agent 五种设计模式中最复杂的层级，通过多个专属角色的子 Agent 协同工作处理超复杂任务。核心架构包括主从式、对等式、流水线式三种协作拓扑。</description>
    </item>
    <item>
      <title>上下文长度与规划缺陷</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-93</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-93</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>Agent 执行长任务时的核心瓶颈：上下文窗口有限导致历史信息丢失，引发规划失效。解决方案包括外部状态存储、历史摘要、结构化 Prompt、分阶段执行。</description>
    </item>
    <item>
      <title>当前 AI Agent 有哪些主流的评价指标？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-94-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-94-ai-agent</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>AI Agent 评估体系四大维度：任务成功率、工具调用准确率、推理质量、用户满意度。采用过程+结果双维度评估，用过程指标诊断问题，用结果指标评估价值。</description>
    </item>
    <item>
      <title>任务成功率（Task Completion Rate）</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-95-task-completion-rate</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-95-task-completion-rate</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>评估 Agent 完成用户请求能力的核心结果指标，需从完整率、层级化、轨迹精确度、长周期稳定性四个维度综合衡量。</description>
    </item>
    <item>
      <title>工具调用准确率（Tool Usage Accuracy）</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-96-tool-usage-accuracy</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-96-tool-usage-accuracy</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>评估 Agent 工具使用能力的核心过程指标，从工具选择、参数填写、调用时机三个维度衡量 Agent 与外部系统交互的准确性。</description>
    </item>
    <item>
      <title>用户满意度（User Satisfaction）</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-97-user-satisfaction</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-97-user-satisfaction</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>用户满意度是 Agent 评估的终极目标，但需结合过程指标进行双维度评估。包括显式反馈（点赞/评分）和隐式信号（重试/放弃/转人工），用过程指标诊断问题，用满意度评估整体效果。</description>
    </item>
    <item>
      <title>01 · RAG 检索增强生成</title>
      <link>http://124.222.218.203/llm-interview/02-rag/</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/02-rag/</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>RAG 检索增强生成章节页。</description>
    </item>
    <item>
      <title>02 · AI Agent 智能体</title>
      <link>http://124.222.218.203/llm-interview/04-agent/</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>AI Agent 智能体面试精讲 · 聚焦 Agent 概念、工具调用、MCP、LangGraph、记忆、评测、多智能体与典型 Agent 系统设计。</description>
    </item>
    <item>
      <title>什么是 LangChain？LangChain 包含哪些核心概念？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/langchain-core-concepts</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/langchain-core-concepts</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>LangChain 是 LLM 应用的「操作系统」，提供 Models/Prompts/Chains/Memory/Retrievers/Agents 六大模块和 LCEL 管道符语法，核心价值是标准化接口、组件化、生态集成。</description>
    </item>
    <item>
      <title>什么是 MCP（Model Context Protocol）？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/mcp-protocol</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/mcp-protocol</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>MCP 是 Anthropic 2024 年推出的「AI 应用与外部能力之间的 USB-C 标准」，把 N×M 集成爆炸压缩到 N+M，覆盖 Tools/Resources/Prompts 三类上下文，是 Agent 工具生态的统一协议。</description>
    </item>
    <item>
      <title>AI Agent 中 A2A 和 MCP 的区别是什么？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-100-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-100-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>这道题是典型的「能不能把两个相关概念说清楚关系」的考察。</description>
    </item>
    <item>
      <title>System Prompt 在 AI Agent 内部是如何工作的？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-101-system-prompt</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-101-system-prompt</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>这道题考的是你对 LLM 无状态性的理解。</description>
    </item>
    <item>
      <title>什么是上下文工程（Context Engineering）？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-102-context-engineering</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-102-context-engineering</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>这是 2025 年 AI 工程领域最热门的概念之一，Andrej Karpathy 等人明确提出，值得深入理解。</description>
    </item>
    <item>
      <title>什么是 DeepSearch？它和 RAG 有什么区别？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-103-deepsearch</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-103-deepsearch</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>DeepSearch 是一种「迭代搜索-阅读-推理」循环，专门用于回答需要多步信息整合的复杂问题。它和 RAG 的本质区别在于：RAG 是单次检索 + 生成，DeepSearch 是多轮动态搜索 + 边搜边推理，更像一个在自主「做研究」的 Agent，而不是一个「查资料」的工具。</description>
    </item>
    <item>
      <title>AI Agent 如何实现长期记忆能力？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-104-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-104-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>这道题考查的是你对 Agent 记忆工程的系统性认知。</description>
    </item>
    <item>
      <title>AI Agent 的记忆机制有哪些作用和原理？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-105-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-105-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>AI Agent 的记忆机制本质上是在解决「LLM 天生失忆」的根本缺陷。LLM 本身完全无状态——每次调用结束，什么都不记得。记忆机制通过结构化地存储、索引和动态检索信息，让 Agent 能「跨会话记住」用户偏好、任务历史和领域知识，从而实现真正意义上的长期智能协作。</description>
    </item>
    <item>
      <title>AI Agent 的记忆机制和 RAG 有什么区别？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-106-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-106-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>记忆机制和 RAG 都用向量检索，但服务于完全不同的目的：RAG 是知识增强，解决「模型不知道这个领域知识」的问题；记忆机制是个性化和状态持续，解决「Agent 不记得这个用户/任务的历史」的问题。前者是外挂知识库，后者是个人档案。</description>
    </item>
    <item>
      <title>AI Agent 的 Memory 子记忆类型有哪些？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-107-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-107-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>成熟的 Agent 记忆机制通常把记忆细分为四类：Personal Memory（个人记忆）、Task Memory（任务记忆）、Tool Memory（工具记忆）、Working Memory（工作记忆）。每种记忆服务于不同维度的「记住什么」，四者合力才构成完整的 Agent 记忆体系。</description>
    </item>
    <item>
      <title>AI Agent 记忆机制的核心组件和流程是什么？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-108-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-108-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>完整的 Agent 记忆机制至少包含八个核心组件：存储、检索、优化、管理、用户隔离、异步支持、AI 驱动、主题分类。单纯的「存 + 取」只是最基础的两个，缺少其他组件的记忆系统在生产环境里很快会遇到瓶颈。</description>
    </item>
    <item>
      <title>AI Agent 长期记忆的主流数据库有哪些？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-109-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-109-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>Agent 长期记忆通常需要四类数据库的组合，因为不同类型的记忆有截然不同的存储和检索需求：向量数据库管语义检索，关系型数据库管结构化精确查询，图数据库管实体关系，时序数据库管时间维度查询。</description>
    </item>
    <item>
      <title>Memory 机制的核心设计目标是什么？解决了哪些痛点？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-110-memory</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-110-memory</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>Memory 机制的核心设计目标是让 Agent 具备持续学习和个性化服务的能力——从无状态的「工具」变成有状态的「伙伴」。它主要解决三个痛点：身份识别割裂（每次对话都不认识你）、任务持续性缺失（长任务无法跨会话继续）、知识无法积累（每次都从零开始）。</description>
    </item>
    <item>
      <title>如何实现跨 Agent 的记忆复用？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-111-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-111-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>跨 Agent 记忆复用的核心是建立统一的记忆服务层（Memory Service），所有 Agent 通过这个中心化服务读写记忆，而不是各自维护独立的记忆库。这个服务负责：统一存储格式、访问权限管理、记忆的归属和隔离。</description>
    </item>
    <item>
      <title>AI Agent 上下文窗口溢出如何解决？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-112-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-112-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>这道题考查你对上下文工程的系统性认知，不能只答一招。</description>
    </item>
    <item>
      <title>AI Agent 的 Skills 机制是什么？有什么作用？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-113-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-113-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>Skills（技能）是 AI Agent 中的自包含知识与行为包，把某个特定领域的知识、操作步骤、最佳实践预先打包在一起，Agent 加载 Skill 就能立即具备该领域的专业能力，而不需要用户反复在 Prompt 里解释背景和规范。</description>
    </item>
    <item>
      <title>AI Agent 开发有哪些主流框架？各自有什么特点？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-114-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-114-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>这道题考查的是你对 Agent 生态的系统性了解，不只是背名字。</description>
    </item>
    <item>
      <title>AI Agent 中 Agents、Teams、Workflows 的区别是什么？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-115-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-115-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>三者的本质区别在执行控制权归谁：</description>
    </item>
    <item>
      <title>什么是 AgentOS？它的核心概念是什么？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-116-agentos</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-116-agentos</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>AgentOS 是 AI Agent 系统的底层基础设施层，类比操作系统对应用程序的作用：提供资源管理、进程调度、权限控制、通信机制等基础能力，让上层 Agent 不需要自己解决这些底层问题。它的出现是因为随着 Agent 越来越复杂，反复造轮子的成本太高，需要一个标准化的底座。</description>
    </item>
    <item>
      <title>AI Agent 如何实现子 Agent 的动态加载？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-117-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-117-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>子 Agent 的动态加载通过Agent 注册中心 + 按需实例化机制实现：主 Agent 维护一个子 Agent 的「目录」（注册中心），里面描述了每个子 Agent 的能力；主 Agent 根据当前任务的需要，从目录里找到最合适的子 Agent，动态创建实例并分配任务；任务完成后销毁实例，释放资源。</description>
    </item>
    <item>
      <title>AI Agent 中的 AgentOS 概念及核心功能是什么？（进阶）</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-118-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-118-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>这道题是 Q25 的工程深化版，考查你对 AgentOS 的实现细节理解。</description>
    </item>
    <item>
      <title>描述一下 ReAct 模型在解决一个实际问题时的完整动态过程？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-119-react</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-119-react</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>好，这道题的关键不是背流程，而是理解「每一步 Thought 在做什么」。</description>
    </item>
    <item>
      <title>什么是 AI Agent？它和传统的 LLM 有什么区别？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-130-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-130-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>好，这道题要深入理解 Agent 的本质和架构。</description>
    </item>
    <item>
      <title>什么是 Plan-and-Execute 模式？它和 ReAct 有什么区别？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-131-plan-and-execute</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-131-plan-and-execute</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>| 特性 | ReAct | Plan-and-Execute |</description>
    </item>
    <item>
      <title>LangChain 和 LlamaIndex 在 Agent 开发中的作用是什么？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-132-langchain</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-132-langchain</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>好，这道题要对比两大框架在 Agent 开发中的角色。</description>
    </item>
    <item>
      <title>Agent 如何与外部环境交互？环境接口设计有哪些要点？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-133-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-133-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>好，这道题要理解 Agent-环境交互的设计原则。</description>
    </item>
    <item>
      <title>如何看待 AI Agent 的未来发展？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-139-ai-agent</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-139-ai-agent</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>1. 当前：单轮工具调用（ReAct）</description>
    </item>
    <item>
      <title>如何用 Spring AI 实现联网搜索工具？</title>
      <link>http://124.222.218.203/llm-interview/04-agent/q-14-spring-ai</link>
      <guid isPermaLink="true">http://124.222.218.203/llm-interview/04-agent/q-14-spring-ai</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>不吃辣的 Chris</dc:creator>
      <description>用 @Tool 注解声明联网搜索工具，Spring AI 自动处理工具调用的 JSON Schema 生成和结果回传。工具描述要写清楚「什么时候调用」，否则 LLM 不知道什么场景该用这个工具。</description>
    </item>
  </channel>
</rss>
