# xerrors/yuxi-know

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/xerrors-yuxi-know).**

4,354 stars · 558 forks · Python · mit

## Links

- GitHub: https://github.com/xerrors/Yuxi-Know
- Homepage: https://xerrors.github.io/Yuxi-Know/
- awesome-repositories: https://awesome-repositories.com/repository/xerrors-yuxi-know.md

## Topics

`docker` `fastapi` `kbqa` `kgqa` `llms` `neo4j` `rag` `vue`

## Description

Yuxi-Know is an LLM agent orchestration platform that coordinates multiple AI agents through graph-based workflows to decompose and execute complex reasoning tasks. It functions as a multi-tenant AI workspace with an agentic chat interface, combining retrieval-augmented generation with knowledge graph management for enterprise document processing and retrieval.

The platform distinguishes itself through graph-based agent orchestration, where directed acyclic graphs define execution dependencies between reasoning steps, enabling parallel or sequential task decomposition. It provides multi-tenant environment isolation with tenant-specific knowledge bases, virtual file systems, and session management, alongside a plugin-based sandbox tool system for executing user-defined scripts in isolated environments. The system integrates OCR-driven document ingestion, background job monitoring, and a retrieval-augmented generation pipeline that combines vector database queries with knowledge graph traversal for grounded responses.

Additional capabilities include knowledge graph reasoning for multi-hop inference, super admin account creation for access control, and deployment options spanning full-stack Docker Compose launch, a resource-conserving lite mode, and offline setup for environments without internet access. The platform is configured through a scripted API key setup process and provides a web interface with auto-generated API documentation.

## Tags

### Artificial Intelligence & ML

- [Agent Orchestration Platforms](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-orchestration-platforms.md) — An AI platform that coordinates multiple agents through graph-based workflows for complex reasoning and task execution.
- [Agent Workflow Orchestrations](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-workflow-orchestrations.md) — Coordinates multiple LLM agents through graph-based workflows for complex reasoning and task execution. ([source](https://cdn.jsdelivr.net/gh/xerrors/yuxi-know@main/README.md))
- [Agentic Workflow Graphs](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-workflow-graphs.md) — Coordinates multiple LLM agents through a directed acyclic graph where nodes represent reasoning steps and edges define execution dependencies.
- [Graph Retrieval Augmented Generation](https://awesome-repositories.com/f/artificial-intelligence-ml/graph-retrieval-augmented-generation.md) — Combines vector database queries with knowledge graph traversal to ground agent responses in indexed enterprise documents.
- [Interactive Agent Chat Interfaces](https://awesome-repositories.com/f/artificial-intelligence-ml/interactive-agent-chat-interfaces.md) — Presents retrieved and reasoned knowledge through an interactive conversational chat interface. ([source](https://cdn.jsdelivr.net/gh/xerrors/yuxi-know@main/README.md))
- [RAG Context Retrieval](https://awesome-repositories.com/f/artificial-intelligence-ml/rag-context-retrieval.md) — Queries indexed document collections to fetch relevant context for grounding agent responses. ([source](https://cdn.jsdelivr.net/gh/xerrors/yuxi-know@main/README.md))
- [RAG Knowledge Management](https://awesome-repositories.com/f/artificial-intelligence-ml/rag-knowledge-management.md) — Processes enterprise documents using retrieval-augmented generation and knowledge graphs for retrieval.
- [Graph Reasoning Systems](https://awesome-repositories.com/f/artificial-intelligence-ml/graph-reasoning-systems.md) — Traverses entity-relation graphs to infer connections and answer multi-hop reasoning questions. ([source](https://cdn.jsdelivr.net/gh/xerrors/yuxi-know@main/README.md))

### Security & Cryptography

- [Tenant-Specific Knowledge Workspaces](https://awesome-repositories.com/f/security-cryptography/multi-tenant-isolation-layers/ai-agent-tenant-isolation/tenant-specific-knowledge-workspaces.md) — Provides isolated AI workspaces with tenant-specific knowledge bases, file systems, and session management.
- [Workspace Isolations](https://awesome-repositories.com/f/security-cryptography/multi-tenant-isolation/workspace-isolations.md) — Separates organizations into isolated workspaces with tenant-specific knowledge bases, virtual file systems, and session management.

### Software Engineering & Architecture

- [Graph-Based Workflow Models](https://awesome-repositories.com/f/software-engineering-architecture/graph-based-workflow-models.md) — An engine that decomposes complex tasks into parallel or sequential steps using graph-based agent coordination.
- [Sandboxed Plugin Runtimes](https://awesome-repositories.com/f/software-engineering-architecture/integration-extensibility/extensibility/plugin-architectures/developer-authoring-interfaces/custom-module-implementations/module-functionality-extenders/plugin-extenders/sandboxed-plugin-runtimes.md) — Executes user-defined tools and scripts in isolated sandbox environments with configurable resource limits.
