Go to file
Wenjie Zhang bdf983f1e0 fix(parser): 修复 Docling 图片异常占位回填
保留上传失败的图片占位说明,并补充混合图片类型回填顺序的回归测试,避免占位符错位或异常路径掩盖原始错误。

Taskr: 2026-05-12-fix-docling-image-replacement-regression
2026-05-12 10:17:44 +08:00
.github fix(workflow): 更新部署工作流程以确保在推送和 PR 中正确触发构建 2026-04-06 11:40:01 +08:00
backend fix(parser): 修复 Docling 图片异常占位回填 2026-05-12 10:17:44 +08:00
docker fix: 更新 Dockerfile 中的 Node.js 版本至 24,修复相关依赖 #684 2026-05-10 18:05:13 +08:00
docs refactor: 修改 Markdown 预览组件 2026-05-08 01:04:23 +08:00
scripts fix: 更新 Dockerfile 中的 Node.js 版本至 24,修复相关依赖 #684 2026-05-10 18:05:13 +08:00
web fix(web): 修复路由守卫 next 弃用警告 2026-05-10 18:56:24 +08:00
.dockerignore add docker support for whole project 2024-09-11 01:09:35 +08:00
.env.template fix: 修复身份认证绕过问题 2026-05-04 09:33:47 +08:00
.gitignore fix: 更新 Dockerfile 中的 Node.js 版本至 24,修复相关依赖 #684 2026-05-10 18:05:13 +08:00
AGENTS.md docs: 更新 claude.md / agents.md 2026-05-07 12:02:28 +08:00
ARCHITECTURE.md docs: 更新项目架构与智能体规范文档 2026-04-08 12:39:49 +08:00
CLAUDE.md docs: 更新 claude.md / agents.md 2026-05-07 12:02:28 +08:00
CONTRIBUTING.md fix: update repository references from Yuxi-Know to Yuxi across documentation and codebase 2026-03-27 02:00:22 +08:00
docker-compose.prod.yml chore(release): bump version to 0.6.2.dev1 2026-05-07 09:52:51 +08:00
docker-compose.yml chore(release): bump version to 0.6.2.dev1 2026-05-07 09:52:51 +08:00
LICENSE refactor: 更新文档部署说明 2026-03-24 11:09:46 +08:00
Makefile feat: 更新 up-lite 命令,添加 VITE_USE_RUNS_API=false 环境变量 2026-03-29 11:11:59 +08:00
README.en.md docs: 添加英文 README 2026-05-11 21:08:02 +08:00
README.md docs: 添加英文 README 2026-05-11 21:08:02 +08:00

Yuxi - A Multi-tenant Harness Platform Combining Knowledge Bases and Knowledge Graphs

License DeepWiki zread demo

xerrors%2FYuxi | Trendshift

[Docs] · [中文]

arch

*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:

git clone --branch v0.6.1 --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:

docker compose up --build

After the services are ready, open http://localhost:5173.

Examples and Demo

Home
Home
Dashboard statistics
Dashboard Statistics
Agent configuration
Agent Configuration
Knowledge base invocation
Knowledge Base Invocation
Create knowledge base
Create Knowledge Base
Knowledge base management
Knowledge Base Management
Knowledge graph
Knowledge Graph Visualization
Project docs
Project Documentation
Skills management
Extension Management (Skills)
MCPs management
Extension Management (MCPs)
User and department permissions
User / Department Permission Management
Model provider configuration
Model Provider Configuration

Acknowledgements

Yuxi references and builds on the following excellent open-source projects:

  • LightRAG - Used as the foundation for graph construction and retrieval.
  • DeepAgents - Used as the deep agent framework.
  • DeerFlow - Referenced for Sandbox agent architecture ideas.
  • RAGflow - Referenced for document text chunking strategies.
  • LangGraph - Multi-agent orchestration framework and the core architectural foundation of this project.
  • QwenPaw - Referenced for model configuration and personal file area design.

Contributing

Thanks to all contributors for supporting this project!

Star History

Star History Chart

📄 License

This project is licensed under the MIT License. See LICENSE for details.


If this project helps you, please give us a .