<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>文章 on CodeWeng Blog</title>
    <link>https://codeweng.com/posts/</link>
    <description>Recent content in 文章 on CodeWeng Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Fri, 11 Sep 2026 19:48:24 +0800</lastBuildDate><atom:link href="https://codeweng.com/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Langchain DeepAgents里的subagent，到底是怎么被主agent调起来的</title>
      <link>https://codeweng.com/posts/langchain-deepagents-subagent-task-invocation/</link>
      <pubDate>Fri, 11 Sep 2026 19:48:24 +0800</pubDate>
      
      <guid>https://codeweng.com/posts/langchain-deepagents-subagent-task-invocation/</guid>
      
      <description>&lt;p&gt;&lt;img src=&#34;images/cover-minimal-dazibao.png&#34; alt=&#34;简约手绘大字报风格封面：主 agent 通过 task 工具派遣 subagent，并汇总报告&#34;&gt;&lt;/p&gt;
&lt;p&gt;刚开始看 Deep Agents 的 subagent 机制时，有点绕。很多文章讲 multi-agent，都会先讲一堆角色分工：主 agent 负责规划，子 agent 负责执行，最后再统一汇总。但几乎都没说清楚：&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>儿子迷上《鱼吃鱼》，我想带他用 Scratch 做一个</title>
      <link>https://codeweng.com/posts/build-fish-eat-fish-with-scratch/</link>
      <pubDate>Mon, 07 Sep 2026 21:06:42 +0800</pubDate>
      
      <guid>https://codeweng.com/posts/build-fish-eat-fish-with-scratch/</guid>
      
      <description>&lt;p&gt;最近我家老大迷上了《鱼吃鱼》，总惦记着玩。&lt;/p&gt;
&lt;p&gt;他11岁左右，平时就比较调皮，精力旺盛。我担心他玩得太多，直接禁止了，结果他还是偷偷玩。&lt;/p&gt;
&lt;p&gt;后来我也反思了一下，光禁止好像没什么用。那还能怎么办？&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>从Prompt到工作目录：理解DeepAgents的Backend设计</title>
      <link>https://codeweng.com/posts/deepagents-backend/</link>
      <pubDate>Fri, 04 Sep 2026 11:24:41 +0800</pubDate>
      
      <guid>https://codeweng.com/posts/deepagents-backend/</guid>
      
      <description>&lt;p&gt;很多人刚开始写 agent，第一反应通常是这几个问题：&lt;/p&gt;
&lt;p&gt;prompt 怎么写？工具怎么接？memory 怎么做？&lt;/p&gt;
&lt;p&gt;我一开始也是这么想的。因为 agent 看起来最核心的东西就是模型、提示词、工具调用。只要 prompt 写清楚，再给它几个工具，比如搜索、查数据库、写文件、发消息，似乎就能跑起来。&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>学Agent，本质上是在学什么</title>
      <link>https://codeweng.com/posts/what-learning-agent-means/</link>
      <pubDate>Fri, 14 Aug 2026 11:17:57 +0800</pubDate>
      
      <guid>https://codeweng.com/posts/what-learning-agent-means/</guid>
      
      <description>&lt;p&gt;前几天公司里有个程序员问我一个问题。&lt;/p&gt;
&lt;p&gt;他最近在看 LLM 怎么和知识库结合，也就是用户问一个问题，系统先去知识库里查资料，再把资料交给大模型回答。&lt;/p&gt;
&lt;p&gt;他问我：这算不算在学 Agent？&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Python 依赖管理进化史：从 pip 到 uv</title>
      <link>https://codeweng.com/posts/python-dependencies-the-road-to-uv/</link>
      <pubDate>Tue, 07 Apr 2026 13:01:10 +0800</pubDate>
      
      <guid>https://codeweng.com/posts/python-dependencies-the-road-to-uv/</guid>
      
      <description>&lt;h2 id=&#34;背景&#34;&gt;背景&lt;/h2&gt;
&lt;p&gt;我有 C、.NET、Java 的开发背景，Python 语法基本属于看一眼就能上手的类型，但一直没有系统了解过。对 Python 的开发环境，之前的认知仅限于：venv 管虚拟环境、pip 装包、requirements.txt 管依赖。&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
