Instructions file CodexOpenCode
A set of project instructions for working on Yuxi, a knowledge-base and multi-agent application built with LangGraph, FastAPI, Vue, and data-storage services.
Instructions file CodexOpenCode
A set of project instructions for working on Yuxi, a knowledge-base and multi-agent application built with LangGraph, FastAPI, Vue, and data-storage services.
Instructions file
Project instructions for Yuxi, a self-hosted platform for knowledge agents using retrieval-augmented generation, knowledge graphs, multiple agents, and access controls.
Skill Claude CodeCodex
A method for organising research that uses several sources and needs fact checking. It breaks a broad question into smaller investigations, checks important claims and combines the results into a cited report.
Skill Claude CodeCodex
A guidance skill for adding small, static HTML/CSS visual previews to Markdown when a diagram, comparison, timeline, metric display, or layout sketch would be clearer than text. It does not use JavaScript.
Skill Claude CodeCodex
An image-generation workflow for creating pictures, posters, and illustrations from text prompts, including requests using Qwen-Image or compatible image APIs.
Skill Claude CodeCodex
A tool for searching and reading documents stored in a configured knowledge base. It can find relevant passages, open documents, locate terms, and show the knowledge base’s mind map.
Skill Claude CodeCodex
A set of instructions for querying a MySQL database and turning the results into a report with charts. MySQL is a database system commonly used to store application and business data.
Agent
A guide for adding or maintaining an Agent backend in Yuxi, the software that runs an Agent's code. It explains where backend files go and how Yuxi discovers them.
Agent
An evaluation workflow for AI agents that runs a fixed set of tasks through a real agent, its workers, and its tools, then records an experiment in Langfuse. Langfuse is a service for tracing and evaluating AI applications.
Agent
A first-in, first-out request queue for agent conversations. It stores incoming requests, runs only one ordinary request at a time per conversation thread, and lets other requests wait, be cancelled, or be rejected.
Agent
A reference for configuring software agents: programs that use a language model, tools and instructions to perform tasks. It explains how saved settings become the fields shown in an agent's configuration page and how those settings affect a run.
Agent
A setup for MCP, a standard way for an AI agent to discover and call tools provided by outside services. It lets administrators add remote MCP servers and choose which servers and tools each agent can use.
Agent
Middleware guidance for connecting files, reusable skills, sub-agents, memory, context shortening, approvals, and usage tracking to a LangGraph agent. LangGraph is a framework for building agents as connected steps or states.
Agent
A guide to configuring isolated workspaces where an agent can safely run files and commands, using Docker containers or Kubernetes Pods.
Agent
A management guide for skills, which are reusable instruction packages for agents. It explains how skills are stored, selected, shared, overridden, created, and removed.
Agent
A management system for sub-agents, which are separate agents that a main agent can call for smaller tasks. They have their own configuration and cannot call another sub-agent.
Agent
A tool-registration system for Yuxi agents, covering built-in tools, knowledge-base tools, and MCP tools. It controls how tools are defined and exposed to agents.
Skill Claude CodeCodex
Repo-local task tracking workflow for agent implementation work. Use when the user invokes /taskr or asks to track, implement, fix, refactor, investigate, or plan code changes with Taskr in a Git repository; if .taskr exists, use it for substantial code changes and reconcile pending-confirmation tasks with Git commits…