From 3f808d0a68904508f6bc1ee47f8857418f4bd42a Mon Sep 17 00:00:00 2001
From: chengyongru
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ Discord · + X · + WeChat / Feishu
-🐈 **nanobot** is an open-source, ultra-lightweight personal AI agent you can truly own. It keeps the agent core small and readable while giving you the practical pieces for real long-running work: WebUI, chat channels, tools, memory, MCP, model routing, automation, and deployment. +🐈 **nanobot** is an ultra-lightweight, open-source, self-hosted personal AI agent framework written in Python. It runs in a WebUI, terminal, or chat apps and combines tools, long-term memory, MCP integrations, model routing, multi-agent delegation, scheduled automation, and an OpenAI-compatible API in a small, readable core. ## Start Here @@ -60,36 +58,6 @@ nanobot is a self-hosted personal AI agent runtime. It can: - expose a Python SDK and OpenAI-compatible API for integrations - deploy as a long-running local or server-side agent gateway -## Releases - -**Latest release: [v0.3.0 - The Agency Release](https://github.com/HKUDS/nanobot/releases/tag/v0.3.0)** - -The Agency Release turns nanobot from a durable workbench into an agent runtime that can coordinate helpers, switch models per session, and carry authorized work through to completion. - -- Consult inline subagents without leaving the current task -- Switch model presets per session directly from the composer -- Start from a guided WebUI setup with clearer execution controls -- Apply configuration changes live across a more reliable provider, channel, and tool runtime - -[Read the v0.3.0 release notes](https://github.com/HKUDS/nanobot/releases/tag/v0.3.0) - -## Open Source Partners - - - -## Recent Updates - -- **2026-07-24** Guided first-run setup, inline subagents, and model switching from the composer. -- **2026-07-23** Grok OAuth with hosted X Search, live image settings, and clearer fallback models. -- **2026-07-22** Parallel Search, live configuration reloads, richer app discovery, and a smoother mobile WebUI. -- **2026-07-21** Codex fast mode, visible skill references, safer configuration saves, and sturdier task cleanup. -- **2026-07-20** Cleaner code blocks and copy actions, self-contained channels, and steadier QQ reconnects. - -For older updates, see the [release archive](./docs/release-archive.md) or [GitHub releases](https://github.com/HKUDS/nanobot/releases). - ## 💡 Why nanobot - **Persistent workflows**: goals, memory, tools, and chat context survive long-running work. @@ -317,6 +285,36 @@ Browse the [repo docs](./docs/README.md) for the latest features and GitHub deve - Integrate nanobot with local tools and automations: [OpenAI-Compatible API](./docs/openai-api.md) · [Python SDK](./docs/python-sdk.md) - Run nanobot with Docker or as a Linux service: [Deployment](./docs/deployment.md) +## Releases + +**Latest release: [v0.3.0 - The Agency Release](https://github.com/HKUDS/nanobot/releases/tag/v0.3.0)** + +The Agency Release turns nanobot from a durable workbench into an agent runtime that can coordinate helpers, switch models per session, and carry authorized work through to completion. + +- Consult inline subagents without leaving the current task +- Switch model presets per session directly from the composer +- Start from a guided WebUI setup with clearer execution controls +- Apply configuration changes live across a more reliable provider, channel, and tool runtime + +[Read the v0.3.0 release notes](https://github.com/HKUDS/nanobot/releases/tag/v0.3.0) + +## Recent Updates + +- **2026-07-24** Guided first-run setup, inline subagents, and model switching from the composer. +- **2026-07-23** Grok OAuth with hosted X Search, live image settings, and clearer fallback models. +- **2026-07-22** Parallel Search, live configuration reloads, richer app discovery, and a smoother mobile WebUI. +- **2026-07-21** Codex fast mode, visible skill references, safer configuration saves, and sturdier task cleanup. +- **2026-07-20** Cleaner code blocks and copy actions, self-contained channels, and steadier QQ reconnects. + +For older updates, see the [release archive](./docs/release-archive.md) or [GitHub releases](https://github.com/HKUDS/nanobot/releases). + +## Open Source Partners + + + ## 🤝 Contribute & Roadmap PRs welcome! The codebase is intentionally small and readable. 🤗