A chapter-by-chapter walkthrough of nanobot, generated from its source code and tutorial markdown.
nanobot is organized as connected concepts and components. Start broad, then drill down chapter by chapter.
Nanobot is a modular AI assistant designed to bridge external chat platforms (like Telegram and WhatsApp) with powerful Large Language Models. Its core "brain," the Agent Loop, orchestrates conversations by maintaining persistent memory, executing practical tools (such as file editing or web searching), and managing scheduled tasks to allow the bot to act proactively as well as reactively.
Source Repository: https://github.com/HKUDS/nanobot
Follow sequentially or jump to any topic. Start with Channel Gateway.
This tutorial was automatically generated by Code IQ and rendered with the shared tutorial site builder. It can be produced for any repository tutorial folder that follows the numbered markdown chapter layout.
View Code IQ ↗