NagaAgent

Active
GitHub Python AGPL-3.0

Description

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

💡 Personal AI companion with voice interaction and visual avatar for daily conversations
💡 Autonomous knowledge exploration using OpenClaw for research and information gathering
💡 Game assistance with real-time screen analysis and automated gameplay recommendations
💡 Community-driven AI tool sharing through the NagaHub skill marketplace
💡 Multi-modal workspace with memory injection, MCP tool management, and music playback

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

Related Projects