<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LangChain on Text Matrix</title><link>https://txtmix.com/tags/langchain/</link><description>Recent content in LangChain on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:20:36 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/langchain/index.xml" rel="self" type="application/rss+xml"/><item><title>TradingAgents 全面指南：多 Agent 大模型金融交易框架从入门到精通</title><link>https://txtmix.com/posts/tech/tradingagents-multi-agent-crypto-trading-framework-guide/</link><pubDate>Sat, 02 May 2026 15:04:08 +0800</pubDate><guid>https://txtmix.com/posts/tech/tradingagents-multi-agent-crypto-trading-framework-guide/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：想系统掌握 LLM 多 Agent 协作在金融交易场景落地的工程师与研究者
&lt;strong>核心问题&lt;/strong>：TradingAgents 是如何把&amp;quot;分析师团队 + 研究员辩论 + 交易员决策 + 风控审批&amp;quot;这套真实交易逻辑翻译成可运行的多 Agent 工作流的？每个 Agent 的职责边界在哪里？系统如何做到可恢复、可积累的？
&lt;strong>难度&lt;/strong>：⭐⭐⭐⭐（高级工程实践，需要一定 Python 基础与 LLM 使用经验）
&lt;strong>预计阅读时间&lt;/strong>：25 分钟&lt;/p></description></item><item><title>n8n 工作流自动化平台：从入门到精通完全指南</title><link>https://txtmix.com/posts/tech/n8n-workflow-automation-platform-guide/</link><pubDate>Sat, 02 May 2026 10:12:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/n8n-workflow-automation-platform-guide/</guid><description>n8n 是一款基于 fair-code 模式开源的工作流自动化平台，支持 400 + 集成与原生 AI 能力。本文系统讲解其核心概念、执行引擎、架构设计、本地部署配置、Docker 与 npm 安装方式、可视化编辑器使用、实战工作流示例及自定义节点开发路径。</description></item><item><title>LangFlow: 可视化 AI 工作流编排平台</title><link>https://txtmix.com/posts/tech/langflow-visual-ai-workflow-builder/</link><pubDate>Thu, 30 Apr 2026 20:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/langflow-visual-ai-workflow-builder/</guid><description>&lt;h2 id="项目概览">项目概览&lt;/h2>
&lt;p>&lt;a href="https://langflow.org" target="_blank" rel="noopener noreffer ">LangFlow&lt;/a> 是由 langflow-ai 组织维护的开源项目（GitHub: &lt;a href="https://github.com/langflow-ai/langflow" target="_blank" rel="noopener noreffer ">langflow-ai/langflow&lt;/a>），目前已积累超过 &lt;strong>147,000 颗星&lt;/strong>，是 AI 工作流可视化编排领域中最受欢迎的开源项目之一。&lt;/p></description></item><item><title>AI Agents 全栈指南：Nick Saraev 2小时大师班深度解析</title><link>https://txtmix.com/posts/video/ai-agents-full-course-2026-nick-saraev-200k-views/</link><pubDate>Wed, 29 Apr 2026 15:01:00 +0800</pubDate><guid>https://txtmix.com/posts/video/ai-agents-full-course-2026-nick-saraev-200k-views/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>难度&lt;/strong>：⭐⭐⭐⭐ | &lt;strong>类型&lt;/strong>：视频深度解读 | &lt;strong>预计阅读时间&lt;/strong>：30分钟
&lt;strong>目标读者&lt;/strong>：想系统掌握 AI Agent 技术的开发者
&lt;strong>前置知识&lt;/strong>：Python 基础，熟悉 LLM API 调用&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;h2 id="-学习目标">🎯 学习目标&lt;/h2>
&lt;p>完成本文后，你将能够：&lt;/p></description></item><item><title>Langfuse：25K Stars 开源 LLM 工程平台，架构设计与集成实践全面解析</title><link>https://txtmix.com/posts/tech/langfuse-llm-engineering-platform-architecture/</link><pubDate>Thu, 23 Apr 2026 14:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/langfuse-llm-engineering-platform-architecture/</guid><description>&lt;h1 id="langfuse25k-stars-开源-llm-工程平台架构设计与集成实践全面解析">Langfuse：25K Stars 开源 LLM 工程平台，架构设计与集成实践全面解析&lt;/h1>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;ul>
&lt;li>掌握 Langfuse 的整体架构设计：Monorepo 组织方式、核心模块划分及数据流向&lt;/li>
&lt;li>理解 &lt;strong>PostgreSQL + ClickHouse 双数据库架构&lt;/strong>的设计哲学与各自职责分工&lt;/li>
&lt;li>深入理解 Langfuse 的 &lt;strong>OpenTelemetry 追踪体系&lt;/strong>：Trace → Span → Observation 的层级模型&lt;/li>
&lt;li>掌握事件摄取流水线（Ingestion Pipeline）的工作机制：批处理、采样、评分校验&lt;/li>
&lt;li>理解 Langfuse 与 &lt;strong>LangChain、LlamaIndex、OpenAI SDK&lt;/strong> 等主流框架的集成原理&lt;/li>
&lt;li>学会使用 Python / JS/TS SDK 进行应用插桩，并完成自托管部署&lt;/li>
&lt;li>了解 Langfuse 的企业版功能与多租户隔离设计&lt;/li>
&lt;/ul>
&lt;h2 id="一为什么需要-langfuse">一、为什么需要 Langfuse？&lt;/h2>
&lt;p>LLM 应用开发与传统软件有本质区别：AI 输出的不确定性、多步骤 Agent 的复杂调用链路、海量 Prompt 版本迭代需求，以及&amp;quot;效果到底好不好&amp;quot;这个难以量化的问题。&lt;/p></description></item><item><title>easy-langent：Datawhale出品LangChain/LangGraph大模型应用开发教程——从入门到精通</title><link>https://txtmix.com/posts/tech/easy-langent-langchain-langgraph-tutorial/</link><pubDate>Sun, 19 Apr 2026 23:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/easy-langent-langchain-langgraph-tutorial/</guid><description>&lt;h1 id="easy-langentdatawhale出品langchainlanggraph大模型应用开发教程从入门到精通">easy-langent：Datawhale出品LangChain/LangGraph大模型应用开发教程——从入门到精通&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：具备Python基础、想入门大模型应用开发的开发者
&lt;strong>预计阅读时间&lt;/strong>：60-80分钟
&lt;strong>前置知识&lt;/strong>：Python基础、了解LLM基本概念
&lt;strong>项目地址&lt;/strong>：&lt;a href="https://github.com/datawhalechina/easy-langent" target="_blank" rel="noopener noreffer ">datawhalechina/easy-langent&lt;/a>&lt;/p></description></item><item><title>LangGraph：构建有状态智能体的图形框架——29K Stars 的 AI Agent 编排框架从入门到精通</title><link>https://txtmix.com/posts/tech/langgraph-stateful-agents-framework/</link><pubDate>Wed, 15 Apr 2026 00:15:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/langgraph-stateful-agents-framework/</guid><description>&lt;h1 id="langgraph构建有状态智能体的图形框架29k-stars-的-ai-agent-编排框架从入门到精通">LangGraph：构建有状态智能体的图形框架——29K Stars 的 AI Agent 编排框架从入门到精通&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：LLM 应用开发者、AI Agent 研究者、想要构建复杂多步骤 AI 系统的工程师
&lt;strong>预计阅读时间&lt;/strong>：50-70 分钟
&lt;strong>前置知识&lt;/strong>：Python 基础、LLM API 使用经验、对 Agent 概念有了解
&lt;strong>难度定位&lt;/strong>：⭐⭐⭐⭐ 专家设计&lt;/p></description></item><item><title>n8n：开源工作流自动化平台完全指南</title><link>https://txtmix.com/posts/tech/n8n-workflow-automation-guide/</link><pubDate>Mon, 06 Apr 2026 22:16:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/n8n-workflow-automation-guide/</guid><description>&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>通过本文，你将全面掌握以下核心能力：&lt;/p>
&lt;ul>
&lt;li>深入理解 n8n 的项目定位、核心概念和设计理念&lt;/li>
&lt;li>掌握 n8n 的安装、部署和基本使用方法&lt;/li>
&lt;li>学会使用可视化编辑器和工作流节点&lt;/li>
&lt;li>理解 AI 与 LangChain 原生集成，构建 AI Agent 工作流&lt;/li>
&lt;li>掌握 400+ 集成的使用场景和配置方法&lt;/li>
&lt;li>理解自托管和企业级功能&lt;/li>
&lt;li>学会自定义节点开发和扩展 n8n&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="1-项目概述">1. 项目概述&lt;/h2>
&lt;h3 id="11-是什么">1.1 是什么&lt;/h3>
&lt;p>&lt;strong>n8n&lt;/strong> 是一个&lt;strong>工作流自动化平台&lt;/strong>，为技术团队提供代码的灵活性与无代码的速度。&lt;/p></description></item><item><title>open-swe：LangChain 开源的 8.7k Stars 企业内部编程 Agent 框架</title><link>https://txtmix.com/posts/tech/ai-agent/open-swe-langchain-internal-coding-agent/</link><pubDate>Sat, 28 Mar 2026 20:50:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-agent/open-swe-langchain-internal-coding-agent/</guid><description>&lt;h1 id="open-swelangchain-开源的-87k-stars-企业内部编程-agent-框架">open-swe：LangChain 开源的 8.7k Stars 企业内部编程 Agent 框架&lt;/h1>
&lt;blockquote>
&lt;p>预计阅读时间：30分钟 | 难度：⭐⭐⭐⭐&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：希望构建企业内部编程 Agent 的工程师和架构师
&lt;strong>核心问题&lt;/strong>：如何像 Stripe/Ramp/Coinbase 一样构建自己的内部编程 Agent？
&lt;strong>难度&lt;/strong>：⭐⭐⭐⭐（专家设计）
&lt;strong>来源&lt;/strong>：GitHub langchain-ai/open-swe，2026-03-28&lt;/p></description></item></channel></rss>