docs: add core agent line count script and update README with real-time stats

This commit is contained in:
Re-bin
2026-02-06 07:28:39 +00:00
parent be0cbb7bdd
commit 77d4892b0d
4 changed files with 27 additions and 5 deletions

View File

@@ -14,7 +14,9 @@
🐈 **nanobot** is an **ultra-lightweight** personal AI assistant inspired by [Clawdbot](https://github.com/openclaw/openclaw)
⚡️ Delivers core agent functionality in just **~4,000** lines of code — **99% smaller** than Clawdbot's 430k+ lines.
⚡️ Delivers core agent functionality in just **~3,400** lines of code — **99% smaller** than Clawdbot's 430k+ lines.
📏 Real-time line count: **3,359 lines** (run `bash core_agent_lines.sh` to verify anytime)
## 📢 News
@@ -25,7 +27,7 @@
## Key Features of nanobot:
🪶 **Ultra-Lightweight**: Just ~4,000 lines of code — 99% smaller than Clawdbot - core functionality.
🪶 **Ultra-Lightweight**: Just ~3,400 lines of core agent code — 99% smaller than Clawdbot.
🔬 **Research-Ready**: Clean, readable code that's easy to understand, modify, and extend for research.