OpenHarness — Summary
OpenHarness (HKUDS) is a Python-based open-source implementation of an agent harness runtime — providing a complete infrastructure layer (agent loop, toolkit, memory, governance, swarm coordination) as a standalone Python application with CLI binaries (oh, openh, ohmo). Unlike the Claude Code plugins in this batch, OpenHarness IS the agent runtime, not a plugin for an existing one. It ships 43+ tools (file, shell, search, web, MCP), a React+Ink TUI, an autopilot dashboard (React/Vite), a messaging gateway (Feishu/Slack/Telegram/Discord), multi-provider model support (Claude/OpenAI/Codex/Moonshot/GLM/MiniMax/NVIDIA NIM), and a parallel swarm coordination system. The companion application ohmo is a personal agent built on OpenHarness that connects to messaging platforms and works autonomously. Stars: 13,115. Differs from seeds: closest to claude-flow (Archetype 3: MCP-anchored toolserver, hive-mind coordination) but OpenHarness is a standalone Python runtime rather than an npm package wrapping Claude Code. It also resembles kiro (Archetype 5: closed environment with proprietary primitives) but is fully open-source and model-agnostic.