NagaAgent
ActiveDescription
A simple yet powerful agent framework for personal assistants, designed to enable intelligent interaction, multi-agent collaboration, and seamless tool integration with built-in memory and tree-of-thought reasoning.
Key Features
- Anime-styled AI assistant with Live2D avatar, voice interaction, and streaming tool calls
- Knowledge graph memory system with 3D visualization and GRAG memory management
- Built-in OpenClaw integration for exploring knowledge domains and autonomous task execution
- NagaNetwork community forum with points and affinity system for user engagement
- Game strategy mode with screen recognition and MAA automation plugin support
Use Cases
Categories
Quick Start
1. Requires Python 3.11
2. Clone: git clone https://github.com/Xxiii8322766509/NagaAgent.git
3. Install frontend: cd frontend && npm install && cd ..
4. Install backend (uv recommended): uv sync
5. Copy config.json.example to config.json and add your LLM API key
6. Start: cd frontend && npm run dev