<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>AI创想 - 导读 - 最新发表</title>
    <link>https://www.llms-ai.com/forum.php?mod=guide&amp;view=newthread</link>
    <description>最新发表</description>
    <copyright>Copyright(C) AI创想</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 11 May 2026 19:17:33 +0000</lastBuildDate>
    <ttl>30</ttl>
    <image>
      <url>https://www.llms-ai.com/static/image/common/logo_88_31.gif</url>
      <title>AI创想</title>
      <link>https://www.llms-ai.com/</link>
    </image>
    <item>
      <title>LangGraph 状态图编排深度解析</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1506</link>
      <description><![CDATA[作者：CSDN博客
[hr]参考资料

LangGraph 官方文档LangGraph GitHubLangGraph 示例

原文地址：https://blog.csdn.net/yunyi_chi/article/details/158039668]]></description>
      <category>LangGraph智能体</category>
      <author>AI小编</author>
      <pubDate>Sun, 10 May 2026 07:16:43 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu安装OpenClaw</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1505</link>
      <description><![CDATA[作者：CSDN博客
前言

        没啥可说的，直接开始
一、准备工作

       我这里是用Ubuntu 24系统安装的
1、安装node

        不能用nvm！！！
        执行命令安装
sudo apt install curl -y
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
 ...]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
      <pubDate>Sat, 09 May 2026 23:59:10 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw本地部署及飞书接入完整指南总结</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1504</link>
      <description><![CDATA[作者：EricZheng95
目录
一、核心认知：OpenClaw是什么&amp;为何值得用
二、新手学习与使用原则
三、OpenClaw三大部署流程及选型建议
（一）云厂商一键部署
（二）本地一键安装部署
（三）Docker部署
四、本地部署实操细节（ ...]]></description>
      <category>OpenClaw</category>
      <author>创想小编</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202605/10/081741s62b2qcp82tz1e6u.png" length="48533" type="image/jpeg" />      <pubDate>Sat, 09 May 2026 23:37:13 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph基础：带你系统性了解LangGraph中的必备知识</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1503</link>
      <description><![CDATA[作者：风生水气
        为什么写这一篇？最近在看一个项目的时候遇到langGraph（关于这个项目的原理分析我会在专栏中后续更新），其中有使用langGraph定义了一个agent的逻辑处理图。为了方便后续大家理解项目原理，在这里单开一篇先介绍一下langgraph的一些基本概念和 ...]]></description>
      <category>LangGraph智能体</category>
      <author>AI小编</author>
      <pubDate>Sat, 09 May 2026 23:05:33 +0000</pubDate>
    </item>
    <item>
      <title>玩转OpenClaw｜云上OpenClaw快速接入飞书指南</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1502</link>
      <description><![CDATA[作者：CSDN博客
今天就给大家带来一篇保姆级教程：手把手教你将云上部署的OpenClaw接入飞书，让你在飞书单聊或群聊中直接与AI助手交互，实现办公自动化、智能问答、任务管理等一系列酷炫功能！
最近OpenClaw火得不行， ...]]></description>
      <category>OpenClaw</category>
      <author>AI小编</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202605/08/134458ats8q8ogsahei485.jpeg" length="127348" type="image/jpeg" />      <pubDate>Fri, 08 May 2026 04:54:19 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw快速接入QQ教程</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1501</link>
      <description><![CDATA[作者：beyond阿亮
OpenClaw快速接入QQ教程

OpenClaw是一个强大的开源AI Agent，支持通过多种聊天软件进行交互。下面将详细介绍如何在OpenClaw中接入QQ，实现QQ与AI的对话操作。
前置准备工作

在开始配置之前，请确保完 ...]]></description>
      <category>OpenClaw</category>
      <author>创想小编</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202605/07/140845iotztvpityu2kyoo.png" length="816736" type="image/jpeg" />      <pubDate>Thu, 07 May 2026 05:14:31 +0000</pubDate>
    </item>
    <item>
      <title>AutoGen、Dify、LangGraph联系和区别</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1500</link>
      <description><![CDATA[作者：AI Agent首席体验官
AutoGen 是什么

AutoGen 是微软开源的框架，旨在通过多代理对话构建和优化大型语言模型（LLM）应用程序。它支持多个智能体（代理）通过对话协作，以完成复杂任务，从而简化工作流的编排、优化和自动化。
主要特点：

多代理协作：AutoGen 支 ...]]></description>
      <category>LangGraph智能体</category>
      <author>创想小编</author>
      <pubDate>Thu, 07 May 2026 02:47:37 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw是什么？怎么部署？超详细实操教程</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1499</link>
      <description><![CDATA[作者：CSDN博客
OpenClaw是什么？怎么部署？本文将用通俗易懂的语言介绍OpenClaw是什么，并提供手把手的部署实操教程，助力大家快速上手，轻松拥有超级助理！


一、OpenClaw是什么？

一句话讲清楚：OpenClaw是一个能 ...]]></description>
      <category>OpenClaw</category>
      <author>AI小编</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202605/05/100925xbbxnnv27vejjjrr.jpeg" length="981307" type="image/jpeg" />      <pubDate>Tue, 05 May 2026 01:17:31 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw是什么？2026年怎么安装OpenClaw？腾讯云OpenClaw部署及百炼Coding Plan步骤</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1498</link>
      <description><![CDATA[作者：CSDN博客
OpenClaw是什么？2026年怎么安装OpenClaw？腾讯云OpenClaw部署及百炼Coding Plan步骤。本文面向零基础用户，完整说明在轻量服务器与本地Windows11、macOS、Linux系统中部署OpenClaw（Clawdbot）的流程， ...]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202605/05/094811wdststv479t9evyg.png" length="2125309" type="image/jpeg" />      <pubDate>Tue, 05 May 2026 01:01:37 +0000</pubDate>
    </item>
    <item>
      <title>OpenCLaw介绍与应用指南</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1497</link>
      <description><![CDATA[作者：CSDN博客
1. 概述

OpenCLaw (Open Computing Language with Advanced Wrappers) 是一个基于OpenCL的高级封装库，旨在简化GPU和异构计算设备的并行编程。它提供了一套更简洁、更易用的API接口，降低了OpenCL编程的复杂度，同时保留了高性能计算的能力。
1.1 什么 ...]]></description>
      <category>OpenClaw</category>
      <author>创想小编</author>
      <pubDate>Mon, 04 May 2026 23:54:58 +0000</pubDate>
    </item>
    <item>
      <title>LangChain入门- LangChain Community 详解</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1494</link>
      <description><![CDATA[作者：CSDN博客

原文地址：https://blog.csdn.net/huang9537638381/article/details/157697066]]></description>
      <category>LangChain</category>
      <author>TMy_专属你的t</author>
      <pubDate>Sun, 03 May 2026 23:50:57 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw超详细全解：是什么+零基础部署+实操用法+2026实时新闻落地（新手一步到位）</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1496</link>
      <description><![CDATA[作者：CSDN博客
OpenClaw超详细全解：是什么+零基础部署+实操用法+2026实时新闻落地（新手一步到位）

一、先吃透：OpenClaw到底是什么？（结合2026最新行业新闻）

1. 通俗核心定义

OpenClaw是完全开源、免费、本地优先、无隐私泄露风险的AI智能体执行框架，它本身不 ...]]></description>
      <category>OpenClaw</category>
      <author>AI小编</author>
      <pubDate>Sun, 03 May 2026 23:44:54 +0000</pubDate>
    </item>
    <item>
      <title>openclaw 安装memos-local-openclaw-plugin详细步骤</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1493</link>
      <description><![CDATA[作者：每日技术
好的，这是为您准备的在 Windows 环境下，安装 memos-local-openclaw-plugin的详细步骤。
⚠️ 重要提醒
此插件依赖 better-sqlite3，在 Windows 上需要编译原生模块，可能会遇到一些环境问题。请严格按照以下步骤操作。
[hr] ...]]></description>
      <category>OpenClaw</category>
      <author>AI小编</author>
      <pubDate>Sun, 03 May 2026 23:39:23 +0000</pubDate>
    </item>
    <item>
      <title>IntelliJ IDEA 2026.1 EAP 发布！拥抱 Java 26，Spring Boot 4 深度支持！</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1495</link>
      <description><![CDATA[作者：CSDN博客
大家好，我是 Guide。这是真迅速啊！JetBrains 已经正式发布 IntelliJ IDEA 2026.1 EAP（Early Access Program）首个版本。


作为一个面向下一代大版本的抢先体验版，这次 EAP 不仅带来了对最新 Java 语 ...]]></description>
      <category>OpenClaw</category>
      <author>创想小编</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202605/04/081132hb8dmyry2sdiz9mx.png" length="406974" type="image/jpeg" />      <pubDate>Sun, 03 May 2026 23:26:49 +0000</pubDate>
    </item>
    <item>
      <title>一文搞清楚！什么是AI Agent（智能体）？为什么需要AI智能体？AI智能体的架构</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1492</link>
      <description><![CDATA[作者：CSDN博客
最近，AI技术的发展可谓是日新月异，尤其是AI智能体这个领域，真是让人眼花缭乱。
不知道你是否和我一样，经常被各种AI智能体、AI助手、AI代理这些概念搞得有点头晕目眩？
别担心，今天我就带着你一起， ...]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>米落枫</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202605/03/080205q6l1z1s559w5p9x5.jpg" length="295374" type="image/jpeg" />      <pubDate>Sat, 02 May 2026 23:06:47 +0000</pubDate>
    </item>
    <item>
      <title>如何使用 OpenClaw-Medical-Skills</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1491</link>
      <description><![CDATA[作者：Aggy阿吉
OpenClaw-Medical-Skills 完整使用指南

OpenClaw-Medical-Skills 是适配 OpenClaw/NanoClaw 框架的医疗专业技能库，使用核心是将技能加载到 AI 助手框架中，让通用 AI 具备医疗领域的专业能力（知识、工具调用、结构化输出）。以下是从环境准备到技能调 ...]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
      <pubDate>Fri, 01 May 2026 07:16:22 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw（龙虾）原理深度解析：让 AI 像人一样用电脑的本地优先 Agent 框架</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1490</link>
      <description><![CDATA[作者：颢师傅
目录


一、OpenClaw是什么？一句话看懂二、核心架构：三层解耦+本地优先（龙虾的身体结构）
1. Gateway层（龙虾的神经中枢）2. Agent层（龙虾的大脑）3. Channels层（龙虾的五官）4. 三级记忆系统（龙虾的记忆库）
三、核心运行机制：Lobster Loop（龙虾 ...]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
      <pubDate>Thu, 30 Apr 2026 23:21:03 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph框架 状态图&amp;节点&amp;边&amp;Send</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1489</link>
      <description><![CDATA[作者：CSDN博客
什么是LangGraph

Langgraph是一个用于构建循环、有状态的多智能体（Multi-agent）应用的框架，它的特点是：
持久执行：构建能够在失败后持续运行、长时间运行并从中断处恢复的代理。
人机交互：通过在任何时候检查和修改代理状态，融入人工监督。
综合 ...]]></description>
      <category>LangGraph智能体</category>
      <author>创想小编</author>
      <pubDate>Thu, 30 Apr 2026 06:06:23 +0000</pubDate>
    </item>
    <item>
      <title>LangChain与MCP的完美结合：langchain_mcp_adapters实践指南</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1488</link>
      <description><![CDATA[作者：CSDN博客
LangChain与MCP的完美结合：langchain_mcp_adapters实践指南

1. MCP简介

MCP（Model Context Protocol）是一种用于大型语言模型（LLM）与外部工具和资源进行通信的协议标准。它的设计目标是为AI模型提供一种标准化的方式来访问和操作外部世界的数据和 ...]]></description>
      <category>LangChain</category>
      <author>zoopk0079</author>
      <pubDate>Wed, 29 Apr 2026 23:56:59 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw Skills开发：多语言横向对比</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1487</link>
      <description><![CDATA[作者：木心术1
OpenClaw Skills开发：多语言横向对比（2026年4月份）]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
      <pubDate>Wed, 29 Apr 2026 23:27:56 +0000</pubDate>
    </item>
    <item>
      <title>openclaw部署后如何调用mcp和skills</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1485</link>
      <description><![CDATA[作者：CSDN博客
OpenClaw 部署后，Skills 是内置/安装的“技能包”，MCP 是连接外部服务的标准协议；两者配合让 AI 从聊天变成能执行任务、调用工具。下面是完整的配置与调用步骤（含离线内网适配）。
[hr]一、先明确：Skills 与 MCP 的关系

Skills：OpenClaw 原生“技 ...]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
      <pubDate>Wed, 29 Apr 2026 23:14:42 +0000</pubDate>
    </item>
    <item>
      <title>学习LangChain-基础篇-认识LangChain</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1486</link>
      <description><![CDATA[作者：CSDN博客
认识LangChain

LangChain 由 Harrison Chase 创建于 2022年10月，是用于开发智能体工程 （Agent Engineering）的平台。
1.1 架构体系

LangChain 并不仅仅是一个框架，而是一整个智能体开发平台，包含很 ...]]></description>
      <category>LangChain</category>
      <author>l吾王张起灵l</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/30/080542hes96zh9eq91o5oe.png" length="60756" type="image/jpeg" />      <pubDate>Wed, 29 Apr 2026 23:09:53 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw：零门槛AI自动化神器</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1484</link>
      <description><![CDATA[作者：CSDN博客
一、概述

OpenClaw是一款面向个人与团队的低门槛AI自动化代理工具。可替代人工完成流程化、重复性工作，无需用户掌握编程技能，适配多场景自动化需求。
二、部署

前提条件：
node22或者更新版本
查看 ...]]></description>
      <category>OpenClaw</category>
      <author>AI小编</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/29/080758hv4liv4i5vrpcd3v.png" length="1065797" type="image/jpeg" />      <pubDate>Tue, 28 Apr 2026 23:41:34 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw安装配置指南</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1483</link>
      <description><![CDATA[作者：CSDN博客
一、下载node.js

Node.js — 在任何地方运行 JavaScript



判断电脑是否已经安装了Node.js
 （1）通过运行命令行进行检查 打开命令行工具，在Windows系统上，按 Win + R 键，输入 cmd，然后按 Enter。
 ...]]></description>
      <category>OpenClaw</category>
      <author>创想小编</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/29/080339q7f0iy27pz937843.png" length="422622" type="image/jpeg" />      <pubDate>Tue, 28 Apr 2026 23:38:37 +0000</pubDate>
    </item>
    <item>
      <title>【LangChain】LangChain简介</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1482</link>
      <description><![CDATA[作者：CSDN博客
目录
一. Vibe Coding
1.1.什么是 Vibe Coding？
1.2.Vibe Coding 与普通 AI 辅助编程的区别
1.3.Vibe Coding 对开发者技能要求的影响
1.4.开发者角色的演变
1.5.一个普遍存在的疑问
1.6. Vibe Coding 的 ...]]></description>
      <category>LangChain</category>
      <author>捡得灿</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/28/083743cdd78cqn603fzpdb.png" length="713122" type="image/jpeg" />      <pubDate>Mon, 27 Apr 2026 23:48:19 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw的几种可视化界面</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1479</link>
      <description><![CDATA[作者：❀͜͡傀儡师
养龙虾绝配！四款OpenClaw可视化项目，让你的AI智能体不再“盲操”

用过OpenClaw的朋友都知道，原生的Control UI虽然稳定，但只能进行简单的对话交互，缺少一点“可玩性”和“掌控感”。AI在后台忙 ...]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/28/080728vovvkxnuofuoov0q.png" length="866720" type="image/jpeg" />      <pubDate>Mon, 27 Apr 2026 23:38:27 +0000</pubDate>
    </item>
    <item>
      <title>【LangChain】LangChain 与 LangGraph 介绍</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1481</link>
      <description><![CDATA[作者：秦jh_]]></description>
      <category>LangChain</category>
      <author>jiudedi</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/28/081137s5jp5ylzt029zy52.png" length="251532" type="image/jpeg" />      <pubDate>Mon, 27 Apr 2026 23:32:51 +0000</pubDate>
    </item>
    <item>
      <title>一文全面了解向量数据库</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1480</link>
      <description><![CDATA[作者：CSDN博客
1. 什么是向量数据库？**

首先，我们需要理解什么是向量？
向量是基于不同特征或属性来描述对象的数据表示。每个向量代表一个单独的数据点，例如一个词或一张图片，由描述其许多特性的值的集合组成。这 ...]]></description>
      <category>向量数据库</category>
      <author>米落枫</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/28/080933i9rurk0qveekcr6r.png" length="391167" type="image/jpeg" />      <pubDate>Mon, 27 Apr 2026 23:26:23 +0000</pubDate>
    </item>
    <item>
      <title>AI智能体实战｜使用扣子Coze搭建AI智能体，看这一篇就够了（新手必读）</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1477</link>
      <description><![CDATA[作者：CSDN博客
有朋友看到我使用Coze搭建的AI智能体蛮实用的，也想自己尝试一下。那今天我就分享一下如何使用Coze（扣子）搭建AI智能体，手把手教学，流程超级详细，学会了的话，欢迎分享转发！


一、搭建AI智能体

[hr ...]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>米落枫</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/27/080541r0eipxm49mzpfrem.png" length="82211" type="image/jpeg" />      <pubDate>Sun, 26 Apr 2026 23:34:43 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw 配置飞书教程（直接更新，不含安装openclaw）</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1478</link>
      <description><![CDATA[作者：CSDN博客
OpenClaw 配置飞书教程

本文档从更新 OpenClaw 开始，介绍如何将 OpenClaw 接入飞书机器人。
[hr]一、更新 OpenClaw

⚠️ 如果已经接入过第三方飞书插件，需要先删除旧配置：
如果没有接入过，忽略此步骤。
[hr]二、创建飞书机器人

2.1 创建应用

访 ...]]></description>
      <category>OpenClaw</category>
      <author>创想小编</author>
      <pubDate>Sun, 26 Apr 2026 23:16:11 +0000</pubDate>
    </item>
    <item>
      <title>LLM-向量数据库中的索引算法总结</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1476</link>
      <description><![CDATA[作者：一切如来心秘密
文章目录

前言向量数据库介绍索引方法
倒排索引KNN 搜索近似 KNN 搜索Product Quantization(PQ)NSW 算法搜索HNSW


前言

向量数据库是当今大模型知识库检索落地实践的核心组件，下图是构建知识库 ...]]></description>
      <category>向量数据库</category>
      <author>爱爱尔尔兰</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/26/082515oodc36o4n1dc4oti.png" length="322145" type="image/jpeg" />      <pubDate>Sun, 26 Apr 2026 00:08:39 +0000</pubDate>
    </item>
    <item>
      <title>爆火Langchain，今天你学langchain了吗？</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1475</link>
      <description><![CDATA[作者：CSDN博客
langchain的重重难关



学习langchain也有一段时间了,从最初的0.0339版本到现在的稳定版本,langchain走了很长的路.在学习的路上也遇到了很多的困难.
api_key难关

学习langchain最大的困难就是openai的A ...]]></description>
      <category>LangChain</category>
      <author>dazhankuai</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/26/081607pwyslox61xsbr1wq.jpg" length="732394" type="image/jpeg" />      <pubDate>Sat, 25 Apr 2026 23:56:37 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw 在 Windows10下部署安装</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1473</link>
      <description><![CDATA[作者：CSDN博客
第一步：安装前置依赖
 1.1 安装 Node.js 
 方法一：官方安装程序（推荐）
访问 https://nodejs.org/
 下载 Windows 安装程序 (.msi)
 运行安装程序，选择 LTS 版本，22版本以上
 勾选\&quot;Automatically install necessary tools\&quot;（包括 npm 和 chocolatey ...]]></description>
      <category>OpenClaw</category>
      <author>AI小编</author>
      <pubDate>Sat, 25 Apr 2026 23:42:14 +0000</pubDate>
    </item>
    <item>
      <title>【智能体互联协议解析】什么是“智能体程序包”与“智能体实例”？</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1474</link>
      <description><![CDATA[作者：CSDN博客
在上一篇介绍智能体的“身份证号”--身份码的文章中，我们了解到，这智能体身份码的格式定义中，第7级为“智能体程序包的序列号标识”，第8级为“智能体实例的序列号标识”。
这里的“智能体程序包”和“ ...]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>米落枫</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/26/081140r3i7oqo3spfcqr1h.png" length="759568" type="image/jpeg" />      <pubDate>Sat, 25 Apr 2026 23:33:07 +0000</pubDate>
    </item>
    <item>
      <title>Dify+MCP+MySQL：智能问数本地实践</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1472</link>
      <description><![CDATA[作者：CSDN博客
此记，一为流程备忘和指引，二为分享共建。
参考多篇帖子，最主要一篇是：
《Dify+MCP 组合拳：彻底根治 Excel 上传知识库回答数据不准的难题！》。在此感谢。
https://blog.csdn.net/python1234567_/ar ...]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>RomaQ34306</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/25/134500fki4mtgjrckzzg6j.png" length="1187225" type="image/jpeg" />      <pubDate>Sat, 25 Apr 2026 04:45:47 +0000</pubDate>
    </item>
    <item>
      <title>openclaw 常见命令解析</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1471</link>
      <description><![CDATA[作者：JiqunZhang&amp;191cm
openclaw 常见命令解析

目录 

openclaw 常见命令解析]]></description>
      <category>OpenClaw</category>
      <author>创想小编</author>
      <pubDate>Sat, 25 Apr 2026 00:16:04 +0000</pubDate>
    </item>
    <item>
      <title>一篇让你搞懂什么向量数据库，怎么选择</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1469</link>
      <description><![CDATA[作者：指尖下的技术


大家想看什么内容或者有什么问题欢迎在评论区或公众号留言

随着数字时代将我们推向人工智能和机器学习主导的时代，矢量数据库已成为存储、搜索和分析高维数据矢量的不可或缺的工具。
一、概念

向 ...]]></description>
      <category>向量数据库</category>
      <author>gaosuxiu</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/25/082254pspfzpbcpfsssb7s.jpg" length="24951" type="image/jpeg" />      <pubDate>Sat, 25 Apr 2026 00:01:49 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw相关的开源AI项目都在这</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1470</link>
      <description><![CDATA[作者：CSDN博客
OpenClaw 是一个本地优先、MIT 开源、可执行真实任务的 AI 智能体框架（俗称 “小龙虾”）。以下是截至 2026‑03‑15 最主流、高星的相关开源项目汇总，按核心框架、部署工具、轻量实现、技能生态、平台接入、安全 / 托管、多智能体分类整理。
[hr]一、O ...]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
      <pubDate>Fri, 24 Apr 2026 23:47:45 +0000</pubDate>
    </item>
    <item>
      <title>【OpenClaw】Windows 安装OpenClaw</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1468</link>
      <description><![CDATA[作者：CSDN博客

 openclaw系统要求

node22+（若缺失，安装脚本将自动安装） Window安装nodemacOS、Linux 或 Windowspnpm仅在从源码构建时使用
在Windows上，我们强烈建议在OpenClaw下运行WSL2.
安装

下载CLI，通过npm ...]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/24/124321wrrp6gbrvgj6gpt4.png" length="232741" type="image/jpeg" />      <pubDate>Fri, 24 Apr 2026 04:25:21 +0000</pubDate>
    </item>
    <item>
      <title>智能体到底是什么？这里有一篇详细解读</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1467</link>
      <description><![CDATA[作者：CSDN博客


来源：机器人圈
概要：根据我们希望实现的目标以及衡量其成功的标准，我们可以采用多种方法来创建人工智能。


根据我们希望实现的目标以及衡量其成功的标准，我们可以采用多种方法来创建人工智能。它涵 ...]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>米落枫</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/24/080529wfiegjyddjvcs1xw.jpeg" length="7473" type="image/jpeg" />      <pubDate>Thu, 23 Apr 2026 23:46:09 +0000</pubDate>
    </item>
    <item>
      <title>在Anylogic建立自己的智能体</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1466</link>
      <description><![CDATA[作者：CSDN博客
制作自己的智能体

在Anylogic中有很多模块，但是如果是想要一个自己需要的模块或者是实现与这些模块功能完全不同的模块因该怎么弄呢？
首先建立你自己的智能体

有过Anylogic学习的读者大多应该都建立过 ...]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>AI小编</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/23/112730lg6rwbibx36bqxxw.png" length="355192" type="image/jpeg" />      <pubDate>Thu, 23 Apr 2026 03:08:14 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw 的目录结构是怎样的</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1465</link>
      <description><![CDATA[作者：sg_knight
在前面的文章中，我们已经完成了：
环境搭建安装 OpenClaw解决常见问题
接下来，我们要进入一个非常关键但经常被忽略的部分：
理解 OpenClaw 的目录结构。
很多人一上来就直接用，但一旦遇到问题，比如：
为什么任务执行失败？为什么修改没有生效？为什 ...]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
      <pubDate>Wed, 22 Apr 2026 05:40:49 +0000</pubDate>
    </item>
    <item>
      <title>【一文详解】透过 Dify 集成看 MCP 的优点和局限</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1464</link>
      <description><![CDATA[作者：CSDN博客
最近 MCP 火的一塌糊涂，似乎不拥抱就赶不上时代一样，然而我做了个服务测了下，似乎宣传&gt;应用…
TL;DR

文章有点长，先说结论：
MCP 三个关键词：自动发现、标准化以及解耦合MCP 是 For Agent 的产物，非 ...]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>jiudedi</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/22/133546i33is4qslg33ozjo.png" length="50274" type="image/jpeg" />      <pubDate>Wed, 22 Apr 2026 05:09:20 +0000</pubDate>
    </item>
    <item>
      <title>基于LangChain的Prompt模板</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1463</link>
      <description><![CDATA[作者：程序员烟斗
1. 简述LangChain

LangChain是一个开源库，它致力于让开发基于LLM的AI应用更简单，它是一个AI开发领域的万能适配器。
它抽象化了与大语言模型（如OpenAI模型、文心模型等等）交互的复杂性，以及集成了周边的各种工具生态，让开发者可以专注于实现AI应 ...]]></description>
      <category>LangChain</category>
      <author>dengfangmian</author>
      <pubDate>Tue, 21 Apr 2026 23:18:55 +0000</pubDate>
    </item>
    <item>
      <title>openclaw 如何训练</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1462</link>
      <description><![CDATA[作者：Derrick-h
openclaw 如何训练

“训练”这个词在 OpenClaw 语境下其实有两层含义，取决于你希望达到什么目标。
 拆开讲清楚，你可以根据自己的需求选择。
两层含义，对应两种训练方法

一、核心进阶训练：让 AI 边用边学（OpenClaw-RL）

这是最近学术圈最火的方 ...]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
      <pubDate>Tue, 21 Apr 2026 01:32:56 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw-Termux 项目介绍：把 OpenClaw搬到 Android 手机上</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1460</link>
      <description><![CDATA[作者：CSDN博客
OpenClaw-Termux 项目介绍：把OpenClaw搬到 Android 手机上



如果你希望在手机上直接运行一个可控的 AI 编码网关，而不是只使用“聊天式助手”，mithun50/openclaw-termux 是一个值得关注的开源项目。
 ...]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/21/090007k3p773ovxl8p309r.png" length="292042" type="image/jpeg" />      <pubDate>Tue, 21 Apr 2026 00:34:15 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw 使用和管理 MCP 完全指南</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1461</link>
      <description><![CDATA[作者：CSDN博客
OpenClaw 使用和管理 MCP 完全指南

概述

OpenClaw（原名 Clawdbot）是一款开源的本地 AI 智能体框架，在 GitHub 上拥有超过 180K 星标。MCP（Model Context Protocol）是由 Anthropic 推出的一种开放标准协议，旨在让 AI 模型通过统一接口连接各种外部 ...]]></description>
      <category>OpenClaw</category>
      <author>创想小编</author>
      <pubDate>Tue, 21 Apr 2026 00:06:18 +0000</pubDate>
    </item>
    <item>
      <title>OpenClaw字节跳动的三只不同的claw龙虾飞书妙搭 OpenClaw、ArkClaw、扣子 OpenClaw 核心区别深度解析</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1459</link>
      <description><![CDATA[作者：CSDN博客
飞书妙搭OpenClaw、ArkClaw、扣子 OpenClaw 核心区别深度解析

引言：从“本地养虾”到“云端龙虾”的生态分化

2026年3月，一场全民“养虾”运动席卷中国互联网。OpenClaw——这款由奥地利开发者Peter Steinberger推出的开源AI Agent平台，凭借其“能动 ...]]></description>
      <category>OpenClaw</category>
      <author>米落枫</author>
      <pubDate>Mon, 20 Apr 2026 23:38:52 +0000</pubDate>
    </item>
    <item>
      <title>从0到1精通Agent智能体开发——初识智能体</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1458</link>
      <description><![CDATA[作者：白话机器学习
第一章 认识智能体

欢迎来到智能体的世界！当前，人工智能技术正以前所未有的速度发展，**智能体（Agent）**已成为推动技术变革与应用创新的关键力量。无论你是希望深耕AI领域的研究者或工程师，还 ...]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>创想小编</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/20/111139qwiajxwp2xix2mmg.png" length="906970" type="image/jpeg" />      <pubDate>Mon, 20 Apr 2026 02:12:00 +0000</pubDate>
    </item>
    <item>
      <title>LangChain学习及应用（超详细）</title>
      <link>https://www.llms-ai.com/forum.php?mod=viewthread&amp;tid=1457</link>
      <description><![CDATA[作者：CSDN博客
一、LangChain概述

1.1 什么是 LangChain

github地址：https://github.com/langchain-ai/langchain
官网地址：https://www.langchain.com/langchain
官方文档：https://docs.langchain.com/oss/python/ ...]]></description>
      <category>LangChain</category>
      <author>PillsSkiny</author>
<enclosure url="https://www.llms-ai.com/data/attachment/forum/202604/20/080607xbgjqfs44sfqvdv7.png" length="203694" type="image/jpeg" />      <pubDate>Sun, 19 Apr 2026 23:09:32 +0000</pubDate>
    </item>
  </channel>
</rss>