#51 · Primary category: LLM Application Frameworks
yao
✨ All your agents and workspaces in one place, on every device you own. Track tasks on a board, accessible from desktop, mobile, browser, or API. Self-hosted.
Project last updated:08/22/26
GitHub Stars
7.8K
Forks
700
Contributors
12
License
Other
Why we included this project
Yao suits teams that want one runtime to serve both conversational agents and the web app around them, skipping the usual backend assembly. It ships as a single Go binary with an embedded V8 engine, so you define data models and REST APIs in JSON/YAML, render server-side UI, and route each request to an LLM, a containerized CLI agent, or your own TypeScript code, mixing all three in one pipeline. The agent side is where it stands out: Create and Next hooks run before and after the model, letting you inject context and enforce constraints for deterministic control over open-ended AI behavior. Native MCP support and a four-scope memory API make connecting real tools and keeping state across a session straightforward. For small teams that want to deploy an AI product as a self-contained artifact rather than stitch together multiple services, the single-binary packaging is genuinely convenient.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform