页面

架构

123456
// AI Agent public class 我把 Agent 重构了一遍,因为它"没有家" { /** 2026-06-07 **/ String summary = "一名 Agent 开发者从 ReAct 到 Harness 的架构思想演进记录。 …"; int readTime = 11; // 分钟 }
11 分钟阅读

我把 Agent 重构了一遍,因为它"没有家"

一名 Agent 开发者从 ReAct 到 Harness 的架构思想演进记录。第一版基于 ReAct 思想开发,靠一块一块打补丁撑起来;Harness 思想出 …

阅读全文 →
123456
// AI public class 从"会说话"到"能干活":AI Agent 落地生产需要 … { /** 2026-04-24 **/ String summary = "AI Agent 落地生产过程中最常见、也最容易被低估的 5 道坎。"; int readTime = 6; // 分钟 }
6 分钟阅读

从"会说话"到"能干活":AI Agent 落地生产需要什么?

AI Agent 落地生产过程中最常见、也最容易被低估的 5 道坎。

阅读全文 →