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

Multimodal agentic model for long-horizon computer and browser tasks, with visual self-correction and function-calling. The Pro variant is a 397B Mixture-of-Experts (≈17B active) model with a 262,144-token context window, Docker deployment recipes, and weights currently marked “coming soon.”

Hugging Face
AI Model2026

A multimodal, agentic LLM optimized for long‑horizon, visually grounded workflows — capable of operating browsers and terminals and autonomously executing and testing code. Open‑source weights are available and the family ships in mini, Pro and Max variants for different compute/quality tradeoffs.

Hugging Face

Provides ~483K agent instruction‑tuning trajectories for supervised fine‑tuning, including tool calls, environment feedback, errors/retries and verification across search, code, office and general agent workflows; static snapshots for SFT and mix‑ratio studies.