<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>AI Agent 简介 on Techunder</title>
    <link>https://techunder.tech/docs/ai-agent-intro/</link>
    <description>Recent content in AI Agent 简介 on Techunder</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <atom:link href="https://techunder.tech/docs/ai-agent-intro/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>LLM，智力的源头</title>
      <link>https://techunder.tech/docs/ai-agent-intro/1-llm/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://techunder.tech/docs/ai-agent-intro/1-llm/</guid>
      <description>&lt;!-- Copyright © 2026 Techunder (Guanhua Liu) | All Rights Reserved | https://techunder.tech | Email: techunder@163.com --&gt;&#xA;&lt;div class=&#34;page-title&#34;&gt;LLM，智力的源头&lt;/div&gt;&#xA;&lt;div class=&#34;page-info&#34;&gt;&#xA;   &lt;span class=&#34;original-tag&#34;&gt;原创&lt;/span&gt;&#xA;  发布时间：2026-04-14 | 更新时间：2026-04-19&#xA;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;要好用 AI Agent，我们需要先理解其核心：&lt;strong&gt;大语言模型&lt;/strong&gt;（Large Language Model）&lt;/p&gt;&#xA;&lt;p&gt;本文介绍应用 LLM，我们需要知道的知识。&lt;/p&gt;&#xA;&lt;h1 id=&#34;人工智能&#34;&gt;人工智能&lt;a class=&#34;anchor&#34; href=&#34;#%e4%ba%ba%e5%b7%a5%e6%99%ba%e8%83%bd&#34;&gt;#&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p&gt;人工智能经过几十年的发展，已经形成庞大的一系列分支&lt;/p&gt;&#xA;&lt;pre class=&#34;mermaid&#34;&gt;graph LR&#xA;    AI[🤖 人工智能&amp;lt;br&amp;gt;Artificial Intelligence]&#xA;&#xA;    %% 技术分支&#xA;    AI --&amp;gt; ML[📊 机器学习&amp;lt;br&amp;gt;Machine Learning]&#xA;    AI --&amp;gt; DL[🧠 深度学习&amp;lt;br&amp;gt;Deep Learning]&#xA;&#xA;    ML --&amp;gt; Supervised[✅ 监督学习&amp;lt;br&amp;gt;Supervised Learning]&#xA;    ML --&amp;gt; Unsupervised[🔎 无监督学习&amp;lt;br&amp;gt;Unsupervised Learning]&#xA;    ML --&amp;gt; RL[🎮 强化学习&amp;lt;br&amp;gt;Reinforcement Learning]&#xA;&#xA;    Supervised --&amp;gt; ClassReg[🏷️ 分类 &amp;amp; 回归&amp;lt;br&amp;gt;Classification &amp;amp; Regression]&#xA;    Unsupervised --&amp;gt; ClusterDim[📍 聚类 &amp;amp; 降维&amp;lt;br&amp;gt;Clustering &amp;amp; Dim. Reduction]&#xA;&#xA;    DL --&amp;gt; CNN[🖼️ CNN&amp;lt;br&amp;gt;卷积神经网络]&#xA;    DL --&amp;gt; RNN[🔁 RNN / LSTM&amp;lt;br&amp;gt;循环神经网络]&#xA;    DL --&amp;gt; Trans[🔄 Transformer]&#xA;    DL --&amp;gt; GAN[🎨 GAN&amp;lt;br&amp;gt;生成对抗网络]&#xA;    DL --&amp;gt; Diffusion[✨ 扩散模型&amp;lt;br&amp;gt;Diffusion Model]&#xA;    DL --&amp;gt; GNN[🕸️ GNN&amp;lt;br&amp;gt;图神经网络]&#xA;&#xA;    Trans --&amp;gt; NLP[💬 NLP&amp;lt;br&amp;gt;自然语言处理]&#xA;    Trans --&amp;gt; LLM[📚 大语言模型&amp;lt;br&amp;gt;Large Language Model]&#xA;    Trans --&amp;gt; Multimodal[🎭 多模态模型&amp;lt;br&amp;gt;Multimodal Model]&#xA;&#xA;    %% 前沿方向&#xA;    AI --&amp;gt; Emerging[🔮 前沿&amp;lt;br&amp;gt;Emerging AI]&#xA;    Emerging --&amp;gt; Embodied[🤖 具身智能&amp;lt;br&amp;gt;Embodied Intelligence]&#xA;    Emerging --&amp;gt; NeuroSymbolic[🧩 神经符号 AI&amp;lt;br&amp;gt;Neuro-symbolic AI]&#xA;    Emerging --&amp;gt; EdgeAI[📱 边缘 AI&amp;lt;br&amp;gt;Edge AI]&#xA;&#xA;    %% 样式&#xA;    style Trans fill:#FFD700,stroke:#DAA520,stroke-width:3px,color:#000&#xA;    style NLP fill:#FFF8DC,stroke:#DAA520,stroke-width:2px&#xA;    style LLM fill:#FFF8DC,stroke:#DAA520,stroke-width:2px&#xA;    style Multimodal fill:#FFF8DC,stroke:#DAA520,stroke-width:2px&lt;/pre&gt;&lt;center&gt;（图：人工智能的主要分支）&lt;/center&gt;&#xA;&lt;blockquote class=&#39;book-hint &#39;&gt;&#xA;&lt;p&gt;当前大放异彩的 LLM 就是属于 Tranformer 这一支&lt;/p&gt;</description>
    </item>
    <item>
      <title>Agent，工程的起航</title>
      <link>https://techunder.tech/docs/ai-agent-intro/2-agent/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://techunder.tech/docs/ai-agent-intro/2-agent/</guid>
      <description>&lt;!-- Copyright © 2026 Techunder (Guanhua Liu) | All Rights Reserved | https://techunder.tech | Email: techunder@163.com --&gt;&#xA;&lt;div class=&#34;page-title&#34;&gt;Agent，工程的起航&lt;/div&gt;&#xA;&lt;div class=&#34;page-info&#34;&gt;&#xA;   &lt;span class=&#34;original-tag&#34;&gt;原创&lt;/span&gt;&#xA;  发布时间：2026-04-19 | 更新时间：2026-05-19&#xA;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;有了前面基础知识的铺垫，终于来到了 LLM 的实践应用环节 —— 智能体，LLM 的落地应用。&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;AI Agent&lt;/strong&gt;（智能体）是 2025 年初开始普及的围绕 LLM 的工程实践。&lt;/p&gt;&#xA;&lt;p&gt;随着工程化的成熟，业界已经发展出一套驾驭 LLM 的方法论和最佳实践，&lt;/p&gt;&#xA;&lt;p&gt;本文按这套工程实践展开，分享 AI Agent 的关键逻辑。&lt;/p&gt;&#xA;&lt;p&gt;过程中会以当下流行的&lt;strong&gt;本地智能体 &lt;a href=&#34;https://github.com/openclaw/openclaw&#34;&gt;OpenClaw&lt;/a&gt;&lt;/strong&gt; 为例。&lt;/p&gt;&#xA;&lt;h1 id=&#34;架构实例openclaw-架构&#34;&gt;架构实例：OpenClaw 架构&lt;a class=&#34;anchor&#34; href=&#34;#%e6%9e%b6%e6%9e%84%e5%ae%9e%e4%be%8bopenclaw-%e6%9e%b6%e6%9e%84&#34;&gt;#&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p&gt;OpenClaw 的简要架构如下：&lt;/p&gt;&#xA;&lt;pre class=&#34;mermaid&#34;&gt;stateDiagram-v2&#xA;    direction LR&#xA;&#xA;    %% 外部平台（消息源）&#xA;    feishu   : 飞书&#xA;    qq       : QQ&#xA;    wechat   : 微信&#xA;    telegram : Telegram&#xA;    nostr    : Nostr&#xA;    otherch  : ...&#xA;&#xA;    %% 客户端&#xA;    webui   : Web UI&#xA;    tui     : 命令行 TUI&amp;lt;br/&amp;gt;（Terminal UI）&#xA;    node_app: Node App&amp;lt;br/&amp;gt;（iOS, Android）&#xA;&#xA;    %% 关键实体&#xA;    openclaw : &amp;lt;strong&amp;gt;OpenClaw&amp;lt;/strong&amp;gt;&#xA;    llm      : 大语言模型&amp;lt;br/&amp;gt;Large Language Model&#xA;&#xA;    %% OpenClaw 核心&#xA;    state openclaw {&#xA;        direction LR&#xA;        ch      : 通道层&amp;lt;br/&amp;gt;（Channel Layer）&#xA;        gw      : &amp;lt;b&amp;gt;核心网关&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;（Core Gateway）&#xA;        skill   : &amp;lt;b&amp;gt;技能引擎&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;（Skill Engine）&#xA;        session : &amp;lt;b&amp;gt;会话管理&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;（Session Manager）&#xA;        mem     : &amp;lt;b&amp;gt;记忆&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;（Memory）&#xA;        plugin  : 插件系统&amp;lt;br/&amp;gt;（Plugin）&#xA;&#xA;        ch      --&amp;gt; gw&#xA;        session --&amp;gt; gw&#xA;        skill   --&amp;gt; gw&#xA;        mem     --&amp;gt; gw&#xA;    }&#xA;&#xA;    %% 外部平台 → Channel Layer&#xA;    feishu   --&amp;gt; ch&#xA;    qq       --&amp;gt; ch&#xA;    wechat   --&amp;gt; ch&#xA;    telegram --&amp;gt; ch&#xA;    nostr    --&amp;gt; ch&#xA;    otherch    --&amp;gt; ch&#xA;&#xA;    %% 客户端 → Gateway&#xA;    webui   --&amp;gt; gw&#xA;    tui     --&amp;gt; gw&#xA;    node_app--&amp;gt; gw&#xA;&#xA;    %% Gateway → LLM&#xA;    gw --&amp;gt; llm : LLM Providers&#xA;&#xA;    %% 样式&#xA;    style feishu    fill:#e8f4fd,stroke:#4a90d9&#xA;    style qq        fill:#e8f4fd,stroke:#4a90d9&#xA;    style wechat    fill:#e8f4fd,stroke:#4a90d9&#xA;    style telegram  fill:#e8f4fd,stroke:#4a90d9&#xA;    style nostr     fill:#e8f4fd,stroke:#4a90d9&#xA;    style otherch   fill:#e8f4fd,stroke:#4a90d9&#xA;&#xA;    style webui     fill:#d9f0e0,stroke:#5a9a6e&#xA;    style tui       fill:#d9f0e0,stroke:#5a9a6e&#xA;    style node_app  fill:#d9f0e0,stroke:#5a9a6e&#xA;&#xA;    style openclaw  fill:#f5f5f5,stroke:#999,stroke-width:2px&#xA;    style gw        fill:#f0e8ff,stroke:#9a6ed4,stroke-width:3px&#xA;    style ch        fill:#f0e8ff,stroke:#9a6ed4&#xA;    style session   fill:#f0e8ff,stroke:#9a6ed4&#xA;    style mem       fill:#f0e8ff,stroke:#9a6ed4&#xA;    style skill     fill:#f0e8ff,stroke:#9a6ed4&#xA;&#xA;    style llm       fill:#fff3cd,stroke:#d48806,stroke-width:2px&lt;/pre&gt;&lt;p&gt;OpenClaw 是运行在个人电脑或服务器上的 AI Agent 框架。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
