我的 Agent 使用心路历程:从 TUI 到把 workspace 当家目录
从 NanoClaw 开始,到把 agent-workspace 当作 agent 的家、用 opencode serve 把它从电脑里放出来、用 notes / user.md / todos.md 分层管理记忆,以及自动记忆试过的两个方案和最后留下的那个。
归档
这里放我的笔记、实验和长文。有些来自工作,有些来自 side project,还有些来自把一个话题一直钻到它终于说得通为止。
从 NanoClaw 开始,到把 agent-workspace 当作 agent 的家、用 opencode serve 把它从电脑里放出来、用 notes / user.md / todos.md 分层管理记忆,以及自动记忆试过的两个方案和最后留下的那个。
从一个 Gmail Bridge 触发的 Claude Code SDK session 出发,拆解为什么表面只有几轮对话,底层却产生了 44 次 model calls、5.84M cumulative usage tokens,以及 prompt caching、tool-use round trips 和 Claude Code harness 在里面分别做了什么。
从一句 AGENTS.md 出发,讲我这个常驻个人 agent 是怎么分层管理记忆与上下文的:极小的常驻层 + 渐进式披露 + skill routing,让我可以放心地『做完就走、随手开新 session』。
一篇关于 OpenCode agent 长期记忆系统的复盘:从文件式 memory,到 mem0 + Qdrant,再到最终回归显式 notes。
If building for the internet was the mainstream in the past 20 years, building for LLMs might be the future. Just like how web developers don't need to know the low-le...
It is a key-value store like an object. Primary key It is a unique identifier for a item in a table. It is the "key" of the item. It must contain a partition key and a...