Yuxi - A Multi-tenant Harness Platform Combining Knowledge Bases and Knowledge Graphs
[](https://github.com/xerrors/Yuxi/blob/main/docker-compose.yml)
[](https://github.com/xerrors/Yuxi/issues)
[](https://github.com/xerrors/Yuxi/blob/main/LICENSE)
[](https://deepwiki.com/xerrors/Yuxi)
[](https://zread.ai/xerrors/Yuxi)
[](https://www.bilibili.com/video/BV1DF14BTETq/)

[[Docs]](https://xerrors.github.io/Yuxi) · [[中文]](README.md)

**Image generated by GPT-Image-2.*
## Core Features
- **Agent development**: Built on LangGraph, with support for sub-agents, Skills, MCPs, Tools, and middleware.
- **Knowledge base (RAG)**: Multi-format document parsing, Embedding / Rerank configuration, and knowledge base evaluation.
- **Knowledge graph**: Graph construction and visualization based on LightRAG, with property graph support for agent reasoning.
- **Platform and engineering**: Vue + FastAPI architecture with dark mode, Docker-based development, and production-oriented deployment.
## Quick Start
Clone the repository and initialize the project:
```bash
git clone --branch v0.6.2 --depth 1 https://github.com/xerrors/Yuxi.git
cd Yuxi
# Linux/macOS
./scripts/init.sh
# Windows PowerShell
.\scripts\init.ps1
```
Start the project with Docker:
```bash
docker compose up --build
```
After the services are ready, open `http://localhost:5173`.
## Examples and Demo