Yuxi
A multi-tenant Agent Harness platform integrating knowledge base and knowledge graphs with LangChain + Vue + FastAPI.
GraphCanon updated 2d · GitHub synced 2d
Decision brief
Yuxi is a multi-tenant Agent Harness platform that integrates knowledge bases and knowledge graphs with LangChain + Vue + FastAPI.
Good fit when
- - Yuxi is ideal if you are looking for an agent-driven platform that supports RAG retrieval, Milvus, and integrates Neo4j for managing knowledge bases and graphs.
- - If your project involves multi-agent orchestration with PDF mining capabilities, Yuxi offers a comprehensive solution within its framework.
Avoid when
- - Avoid Yuxi if you need a platform that heavily relies on LightRAG as the original integration has been replaced by a custom Milvus-based implementation.
- - Consider alternatives if you require advanced customization of document parsing beyond MinerU, PaddleX, and RapidOCR provided in Yuxi.
Observed Jul 15, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 2d
- Provenance
- Not a fork · Personal account
- As of 2d
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install Yuxi PyPIHow it fits your stack(4)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Integrates
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Yuxi is an agent-driven platform for managing knowledge bases and knowledge graphs using RAG retrieval, Milvus, and LangGraph. It supports multi-agent orchestration and integrates PDF mining, Neo4j, and more.
Capability facts
- Deploy
- Self-host
Source: dockerfile:docker-compose.yml · Aug 18, 2026
- Docker
- Dockerfile present
Source: dockerfile:docker-compose.yml · Aug 18, 2026
- Languages
- python
Source: github.language · Aug 18, 2026
Categories
Graph entities
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 18, 2026)
- [DeepAgents](https://github.com/langchain-ai/deepagents) - 直接引入作为深度智能体框架Source link
Source: README excerpt (regex_v1, Aug 18, 2026)
Yuxi(语析)是一个**可私有部署的多租户知识智能体平台**。把 **RAG 检索、Milvus 知识库内知识图谱、LangGraph 多智能体编排、MCP/Skills、沙盒工具与权限管理** 放进同一个工作台。Source link
Tags
README
[项目主页] · [快速开始] · [演示视频] · [版本记录] · [English]
📢 作者为江南大学软件工程博士研究生,研究方向为 AI Agent、知识图谱与大模型应用,预计 2027年12月毕业,现寻求实习/全职机会。联系邮箱:wenjie.zhang@stu.jiangnan.edu.cn
Yuxi 是什么
Yuxi(语析)是一个可私有部署的多租户知识智能体平台。把 RAG 检索、Milvus 知识库内知识图谱、LangGraph 多智能体编排、MCP/Skills、沙盒工具与权限管理 放进同一个工作台。
管理员负责接入模型、建设知识库并配置用户与部门权限;用户在统一对话界面中调用知识、工具和子智能体,获得带来源引用、基于图谱上下文的推理以及可预览、可下载产物的回答。
为什么选择 Yuxi
- 知识与智能体真正协同:知识库和知识图谱让 Agent 在运行时可检索、可引用的知识来源。
- 从回答到任务交付:Skills、MCP、工具、子智能体和沙盒文件系统共同支持长任务执行与产物交付。
- 面向团队而非单用户 Demo:提供多租户、用户/部门权限、统一模型配置和外部 API Key 集成。
- 部署路径清晰:Docker Compose 开箱即用。
核心能力
- 智能体运行时:LangGraph、DeepAgents、SubAgents、Skills、MCP、Tools、中间件与异步 Worker。
- 知识库与 RAG:多格式解析、Embedding/Rerank、检索评估、来源引用和文件预览。
- 知识图谱:从知识库内容抽取实体关系,在 Milvus 与 Neo4j 中构建、检索并展示子图。
- 沙盒与产物:隔离文件系统,支持文本、图片、PDF、HTML 等产物落盘、预览和下载。
- 平台治理:用户与部门权限、模型供应商配置、API Key 调用、运行状态与评估能力。
技术栈
| 层 | 技术 |
|---|---|
| 前端 | Vue 3 · Vite · Pinia |
| 后端 | FastAPI · LangGraph · ARQ (异步 worker) |
| 存储 | PostgreSQL · Redis · MinIO · Milvus · Neo4j |
| 文档解析 | MinerU · PaddleX · RapidOCR |
| 部署 | Docker Compose |
快速开始
前置要求:已安装 Docker 与 Docker Compose,并准备至少一个兼容 OpenAI 接口的大模型 API。
1. 克隆代码并初始化
git clone --branch v0.7.1 --depth 1 https://github.com/xerrors/Yuxi.git
cd Yuxi
# Linux/macOS
./scripts/init.sh
# Windows PowerShell
.\scripts\init.ps1
2. 使用 Docker 启动
docker compose up --build
3. 访问平台
等待启动完成后,浏览器打开 http://localhost:5173,使用初始化时生成的管理员账户登录即可。
💡 不需要知识库 / 知识图谱等重依赖时,可使用
make up-lite以 LITE 轻量模式启动,加快冷启动速度。更多部署说明见 项目文档。
详细配置、生产部署和故障排查请阅读快速开始指南。最新开发动态见 Changelog,规划中的能力见开发路线图。
致谢
本项目参考并引用了以下优秀开源项目,在此致以诚挚的感谢:
- LightRAG - 早期版本曾参考其图谱构建与检索思路
- DeepAgents - 直接引入作为深度智能体框架
- DeerFlow - 参考了其 Sandbox 智能体架构的实现思路
- RAGflow - 参考了其文档 Text Chunking 的分块策略
- LangGraph - 多智能体编排框架,本项目的核心架构基础
- QwenPaw - 参考模型配置与个人文件区域设计
参与贡献
感谢所有贡献者的支持!
Star History
开源协议
本项目采用 MIT 许可证 - 查看 LICENSE 文件了解详情。
Docker Compose 引入的第三方组件(Neo4j 社区版 GPL-3.0、MinIO AGPL-3.0 等)保留各自原始许可证,部署与再分发边界见生产部署指南。
For agents
This page has a .md twin and JSON over the API.