human-agent-os

Implementation-Tasks/human-agent-os
★ 0 stars HTML AI/LLM Updated 2d ago
Human-AgentOS is a cross-platform desktop app (Windows, macOS, Linux) built with Tauri, Rust, React 19, and Python FastAPI. It intelligently routes enterprise tasks between autonomous AI crews and human managers using Tree of Thought and MCP servers. We solve AI hand-off friction perfectly, turning weeks of operations into mere minutes for B2B ops.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "human-agent-os": {
      "command": "npx",
      "args": [
        "-y",
        "Implementation-Tasks/human-agent-os"
      ]
    }
  }
}

README Excerpt

> **The only AI system that knows what it should NOT automate.** A production-grade, multi-agent task routing OS that balances AI efficiency with human accountability — two complementary stacks merged into one repository. --- ``` merged/ ├── backend/ # Node.js / Express + Anthropic Claude (JS stack)