docs: 添加英文 README
This commit is contained in:
parent
c44085d718
commit
c414240ac9
161
README.en.md
Normal file
161
README.en.md
Normal file
@ -0,0 +1,161 @@
|
||||
<div align="center">
|
||||
<h1>Yuxi - A Multi-tenant Harness Platform Combining Knowledge Bases and Knowledge Graphs</h1>
|
||||
|
||||
[](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/)
|
||||
|
||||
<a href="https://trendshift.io/repositories/24335" target="_blank"><img src="https://trendshift.io/api/badge/repositories/24335" alt="xerrors%2FYuxi | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||
|
||||
[[Docs]](https://xerrors.github.io/Yuxi) · [[中文]](README.md)
|
||||
|
||||
</div>
|
||||
|
||||

|
||||
|
||||
**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.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:
|
||||
|
||||
```bash
|
||||
docker compose up --build
|
||||
```
|
||||
|
||||
After the services are ready, open `http://localhost:5173`.
|
||||
|
||||
## Examples and Demo
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img src="https://xerrors.oss-cn-shanghai.aliyuncs.com/github/image-20260326125852369.png" width="100%" alt="Home"/>
|
||||
<br/>
|
||||
<strong>Home</strong>
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="https://github.com/user-attachments/assets/d3e4fe09-fa48-4686-93ea-2c50300ade21" width="100%" alt="Dashboard statistics"/>
|
||||
<br/>
|
||||
<strong>Dashboard Statistics</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img src="https://xerrors.oss-cn-shanghai.aliyuncs.com/github/image-20260326130528866.png" width="100%" alt="Agent configuration"/>
|
||||
<br/>
|
||||
<strong>Agent Configuration</strong>
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="https://github.com/user-attachments/assets/06d56525-69bf-463a-8360-286b2cf8796f" width="100%" alt="Knowledge base invocation"/>
|
||||
<br/>
|
||||
<strong>Knowledge Base Invocation</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img src="https://github.com/user-attachments/assets/0548d89c-15a3-47cf-ba87-1b544f7dd749" width="100%" alt="Create knowledge base"/>
|
||||
<br/>
|
||||
<strong>Create Knowledge Base</strong>
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="https://github.com/user-attachments/assets/21396d04-376b-4e9a-8139-eec8c3cc915a" width="100%" alt="Knowledge base management"/>
|
||||
<br/>
|
||||
<strong>Knowledge Base Management</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img src="https://github.com/user-attachments/assets/fc46a14b-16fb-47ea-84a0-148a451f3012" width="100%" alt="Knowledge graph"/>
|
||||
<br/>
|
||||
<strong>Knowledge Graph Visualization</strong>
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="https://github.com/user-attachments/assets/d8b3de51-2854-455b-956f-2ae2d8d5f677" width="100%" alt="Project docs"/>
|
||||
<br/>
|
||||
<strong>Project Documentation</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img src="https://xerrors.oss-cn-shanghai.aliyuncs.com/github/image-20260326130404306.png" width="100%" alt="Skills management"/>
|
||||
<br/>
|
||||
<strong>Extension Management (Skills)</strong>
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="https://github.com/user-attachments/assets/9305d7a4-663b-4e5d-a252-211d6caa019b" width="100%" alt="MCPs management"/>
|
||||
<br/>
|
||||
<strong>Extension Management (MCPs)</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img src="https://github.com/user-attachments/assets/13bd22ea-ddde-4262-8c29-69fb948bce44" width="100%" alt="User and department permissions"/>
|
||||
<br/>
|
||||
<strong>User / Department Permission Management</strong>
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="https://github.com/user-attachments/assets/cc886b04-719e-4abd-807d-e9955080003d" width="100%" alt="Model provider configuration"/>
|
||||
<br/>
|
||||
<strong>Model Provider Configuration</strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
Yuxi references and builds on the following excellent open-source projects:
|
||||
|
||||
- [LightRAG](https://github.com/HKUDS/LightRAG) - Used as the foundation for graph construction and retrieval.
|
||||
- [DeepAgents](https://github.com/langchain-ai/deepagents) - Used as the deep agent framework.
|
||||
- [DeerFlow](https://github.com/bytedance/deer-flow) - Referenced for Sandbox agent architecture ideas.
|
||||
- [RAGflow](https://github.com/infiniflow/ragflow) - Referenced for document text chunking strategies.
|
||||
- [LangGraph](https://github.com/langchain-ai/langgraph) - Multi-agent orchestration framework and the core architectural foundation of this project.
|
||||
- [QwenPaw](https://github.com/agentscope-ai/QwenPaw) - Referenced for model configuration and personal file area design.
|
||||
|
||||
## Contributing
|
||||
|
||||
Thanks to all contributors for supporting this project!
|
||||
|
||||
<a href="https://github.com/xerrors/Yuxi/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=xerrors/Yuxi&max=100&columns=10" />
|
||||
</a>
|
||||
|
||||
## Star History
|
||||
|
||||
[](https://star-history.com/#xerrors/Yuxi)
|
||||
|
||||
## 📄 License
|
||||
|
||||
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.
|
||||
|
||||
---
|
||||
|
||||
<div align="center">
|
||||
|
||||
**If this project helps you, please give us a ⭐️.**
|
||||
|
||||
</div>
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
<a href="https://trendshift.io/repositories/24335" target="_blank"><img src="https://trendshift.io/api/badge/repositories/24335" alt="xerrors%2FYuxi | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||
|
||||
[[文档]](https://xerrors.github.io/Yuxi)
|
||||
[[文档]](https://xerrors.github.io/Yuxi) · [[English]](README.en.md)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user