blog/content/posts/noc.md
2026-04-10 23:15:55 +01:00

19 lines
953 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "noc: Not OpenClaw"
date: 2026-04-10T22:45:00+01:00
draft: false
summary: "为什么不用 OpenClaw以及 noc 在做什么不一样的事。"
---
[OpenClaw](https://openclaw.ai) 是今年最火的开源 AI agent 项目。400,000+ 行代码1,800+ 个 open issue支持几十个平台和后端。做得很全但也很重。
我的需求没那么复杂,所以写了 noc——Not OpenClaw。三千行 Rust一个 binary跑在一台小 VPS 上。
noc 的两个亮点:
**工程化。** 内置 Gitea 整合AI 的工作有地方落——代码变成 PR任务变成 issue讨论沉淀在 comment 里。不是聊完就散了。[详见这篇](/posts/ai-suite/)。
**连续性。** Life loop 让 AI 不只是被动应答。它有持久记忆、内在状态、定时反思,在没人找它的时候也在运行。同一个内核跨聊天、代码协作和后台任务共享上下文。
不追求通用,够用就好。