Yao Agents

Autonomous Agents 💻 Go ⚖️ Other 🟢 Actively maintained

Yao Agents is a self-hosted platform that lets you create, manage, and run AI agents across all your devices. It provides a unified workspace with a task board, isolated workspaces, and an open API for integration. It is designed for developers and teams who want to build and deploy custom agents in their own infrastructure.

✨ Key features

  • Self-hosted, runs on your own devices
  • Unified task board for managing agent tasks
  • Isolated workspaces for each project
  • Open API with SSE and WebSocket support
  • Desktop, mobile, and browser access
  • DeepSeek Harness integration for AI capabilities

🎯 Use cases

  • Automate repetitive tasks with custom agents
  • Build a personal knowledge base from agent work
  • Integrate agents into existing apps via API
  • Share task agents with team members
  • Run agents across multiple devices for distributed work

📦 Installation

🧰 Requirements: Requires a device to run the agents (desktop, mobile, or browser) and optionally an API key for DeepSeek Harness if used.

To install Yao Agents, download the desktop app from https://yaoagents.com/download or the Android APK from https://get.yaoapps.com/yaoagents/cui-android/0.6.37/cui-android-0.6.37.apk. For other platforms, refer to the docs at https://yaoagents.com/docs.

🚀 Usage

# Example: Using the Yao Agents API to create a task
curl -X POST https://your-yao-instance.com/api/tasks \
  -H "Content-Type: application/json" \
  -d '{"title": "My first task", "description": "Do something"}'

For more detailed usage, see the documentation at https://yaoagents.com/docs.

⚠️ Good to know

The Android app is in beta, and the project is actively developed; some features may change.

❓ FAQ

How do I install Yao Agents?

You can download the desktop app from the official website or the Android APK from the provided link. For other platforms, check the docs.

Can I use Yao Agents on multiple devices?

Yes, agents run on your own devices, and you can manage them from any device with the app or browser.

Does Yao Agents support API integration?

Yes, it provides an open API with SSE and WebSocket support for integrating agents into your own apps.

What is DeepSeek Harness?

DeepSeek Harness is an integrated AI feature that can be used directly in the desktop app, Android, or browser, running across your devices.

📊 Repository

Forks🍴 703
Open issues🐛 7
Last commit🕒 Sep 3, 2026
Created📅 Sep 2021
Language💻 Go
License⚖️ Other

🤖 Overview, features, install steps and FAQ were generated from the project's README on Sep 4, 2026. Always check the original source before running commands.