From 3c28d1e6517ff873fa4e8b08f307de69d9972c27 Mon Sep 17 00:00:00 2001 From: Xubin Ren Date: Sun, 5 Apr 2026 20:06:38 +0000 Subject: [PATCH] docs: rename Assistant to Agent across README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 543bcb0c0..a6a6525af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
nanobot -

nanobot: Ultra-Lightweight Personal AI Assistant

+

nanobot: Ultra-Lightweight Personal AI Agent

PyPI Downloads @@ -14,7 +14,7 @@ 🐈 **nanobot** is an **ultra-lightweight** personal AI assistant inspired by [OpenClaw](https://github.com/openclaw/openclaw). -⚡️ Delivers core agent functionality with **99% fewer lines of code** than OpenClaw. +⚡️ Delivers core agent functionality with **99% fewer lines of code**. 📏 Real-time line count: run `bash core_agent_lines.sh` to verify anytime. @@ -91,7 +91,7 @@ ## Key Features of nanobot: -🪶 **Ultra-Lightweight**: A super lightweight implementation of OpenClaw — 99% smaller, significantly faster. +🪶 **Ultra-Lightweight**: A lightweight implementation built for stable, long-running AI agents — minimal footprint, significantly faster. 🔬 **Research-Ready**: Clean, readable code that's easy to understand, modify, and extend for research.