Go to file
Wenjie Zhang b51df7097e feat: 增强消息输入和附件组件中的提及功能. #718
- 重构 MessageInputComponent,改用 contenteditable div 以实现更好的提及处理。
- 引入 MentionTextRenderer 组件,用于渲染带图标和标签的提及内容。
- 在 mention_utils.js 中添加用于解析和格式化提及内容的辅助函数。
- 改进 MessageInputComponent 中对提及查询的检测与处理。
- 更新提及标记和资源项的样式,以提升 UI/UX 体验。
- 实现基于键盘事件的提及删除处理。
- 确保与各种提及类型(知识、技能、MCP、子代理、文件)的兼容性。
2026-05-30 17:54:36 +08:00
.github fix(workflow): 更新部署工作流程以确保在推送和 PR 中正确触发构建 2026-04-06 11:40:01 +08:00
backend feat: 优化 mention 逻辑,支持在未创建 Thread 的时候 @ 工作区文件 2026-05-30 16:04:39 +08:00
docker refactor: Sandbox Provisioner 优化 + 数据库模型更新 + 初始化脚本完善 2026-05-26 17:40:17 +08:00
docs feat: 增强消息输入和附件组件中的提及功能. #718 2026-05-30 17:54:36 +08:00
scripts refactor: Sandbox Provisioner 优化 + 数据库模型更新 + 初始化脚本完善 2026-05-26 17:40:17 +08:00
web feat: 增强消息输入和附件组件中的提及功能. #718 2026-05-30 17:54:36 +08:00
.dockerignore add docker support for whole project 2024-09-11 01:09:35 +08:00
.env.template refactor: 统一使用 uid 而不是 user_id 2026-05-26 17:39:13 +08:00
.gitignore refactor: 知识库重新设计 2026-05-26 17:39:12 +08:00
AGENTS.md feat(auth): 下放扩展管理权限 2026-05-14 13:13:41 +08:00
ARCHITECTURE.md refactor: 简化代码逻辑 2026-05-29 22:19:58 +08:00
CLAUDE.md feat(auth): 下放扩展管理权限 2026-05-14 13:13:41 +08:00
CONTRIBUTING.md feat(auth): 下放扩展管理权限 2026-05-14 13:13:41 +08:00
docker-compose.prod.yml refactor: 统一使用 uid 而不是 user_id 2026-05-26 17:39:13 +08:00
docker-compose.yml refactor: 统一使用 uid 而不是 user_id 2026-05-26 17:39:13 +08:00
LICENSE refactor: 更新文档部署说明 2026-03-24 11:09:46 +08:00
Makefile refactor: Sandbox Provisioner 优化 + 数据库模型更新 + 初始化脚本完善 2026-05-26 17:40:17 +08:00
README.en.md chore(release): 准备 0.6.2 发布 2026-05-22 20:22:09 +08:00
README.md chore(release): 准备 0.6.2 发布 2026-05-22 20:22:09 +08:00
REFACTOR.md refactor: 简化代码逻辑 2026-05-29 22:19:58 +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.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:

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 .