AIAny
AI Agent2024
Icon for item

Yuxi

Multi-tenant agent harness that makes enterprise knowledge retrievable, graph-reasonable, and deliverable by LLM-powered agents. Integrates RAG + a Milvus-based knowledge graph, LangGraph orchestration, and document parsing for citation-backed answers and graph reasoning; deployable via Docker (requires a compatible LLM API).

Introduction

Most enterprise knowledge projects split retrieval, graph reasoning, and agent orchestration into separate tools — which makes building a single, auditable agent workflow tedious. Yuxi unifies those pieces into a multi-tenant workbench so teams can expose enterprise documents as a searchable knowledge base, reason across a knowledge graph, and orchestrate multi-agent flows with citation-backed outputs.

What Sets It Apart
  • Integrated RAG + knowledge-graph pipeline: combines vector retrieval (Milvus) and graph structures so agents can surface both text evidence and relationship-based inferences — meaning answers can cite sources and trace reasoning paths.
  • Multi-tenant harness with orchestration: admin-configured tenants, models, and permissions plus LangGraph/DeepAgents orchestration — so organizations can run isolated agent instances and compose multi-step agent workflows for different teams.
  • Document-first ingestion and tooling: built-in PDF/OCR parsers, MinerU integration and a Milvus-backed index reduce the engineering needed to onboard large document collections quickly.
  • Production-friendly stack and deployability: uses Vue frontend, FastAPI backend, PostgreSQL/Redis/MinIO storage, Neo4j for graphs and Docker Compose deployment — so it fits common infra while supporting scalable components.
Who It's For and Trade-offs

Great fit if you need an internal agent platform that must produce sourced answers, perform graph reasoning, and separate environments for teams. It's practical for engineering teams who can run Docker Compose and supply a compatible LLM API. Look elsewhere if you need a lightweight single-repo chatbot (no heavy infra) or a managed SaaS — Yuxi assumes operational control of vector stores, graph DBs, and model endpoints and requires setup and maintenance.

Where It Fits

Compare to LightRAG and DeepAgents: Yuxi emphasizes the productized multi-tenant UI + integrated graph layer, while LightRAG focuses on RAG building blocks and DeepAgents on agent orchestration primitives. Use Yuxi when you want an opinionated combination of those capabilities together in an on-prem/controlled deployment.

Information

  • Websitegithub.com
  • Authorsxerrors
  • Published date2024/07/05

Categories

More Items

Hugging Face
AI Model2026

Automates end-to-end web workflows from browser screenshots by emitting pixel-grounded actions (click, type, scroll, visit, search). Vision-first multimodal agent fine-tuned from Qwen3.5-27B with critical-point safety checks; intended for sandboxed, human-supervised deployments.

Hugging Face
AI Model2026

A text-only open-weight MOE code model (35B total, 3B active) fine-tuned with SFT+RL for agentic coding; achieves strong agentic-code benchmarks, supports 262k context and deployment via Transformers/vLLM; vision weights are not included.

GitHub
AI Agent2024

Curates 300+ agentic AI projects, tools, and resources into a categorized, regularly updated list — includes top projects, rising projects, and curated links for building or researching autonomous LLM agents.