mini_nanobot

mu-xi-mu-xi
7
Mini NanoBot is a lightweight LLM Agent framework implemented in Python, designed to explore and practice the core architectural design of modern AI Agents. The project implements a complete Agent system, including: Large Model Invocation, Tool Calling, Skill Plugin System, MCP (Model Context Protocol) tool integration, Memory, and multi-channel input (CLI / Feishu). The goal of this project is to implement a clear and extensible Agent architecture with minimal code, helping to understand the core working mechanisms of AI Agents.

Content