hkuds/openharness

"OpenHarness: Open Agent Harness with a Built-in Personal Agent--Ohmo!"

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 41 minutes ago
Added to GitGenius on September 1st, 2026
Created on April 1st, 2026
Open Issues & Pull Requests: 86 (+0)
GitHub issues: Enabled
Number of forks: 2,550
Total Stargazers: 15,664 (+0)
Total Subscribers: 95 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.9 hours
Mean response time: 2.4 days
90th percentile: 3.1 days
Tracked items: 132

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 17% of issues opened in the past year have been closed. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 32
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 85 days
Stale 30+ days: 28
Stale 90+ days: 11

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (61)
  • enhancement (23)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

OpenHarness is a lightweight agent infrastructure framework that provides core capabilities for building autonomous agents.

The project addresses the need for a reusable foundation when developing AI agents that can use tools, maintain memory, and coordinate across multiple agents. OpenHarness delivers this through an agent loop engine that handles tool-use, skills, memory management, and multi-agent coordination. The framework includes ohmo, a personal AI agent built on top of OpenHarness that demonstrates these capabilities by integrating with chat platforms like Feishu, Slack, Telegram, and Discord. Rather than functioning as a simple chatbot, ohmo performs autonomous development tasks such as forking branches, writing code, running tests, and opening pull requests. The agent operates using existing Claude Code or Codex subscriptions without requiring additional API keys.

Developers should consider OpenHarness if they need to build agents with persistent behavior across extended sessions rather than single-turn interactions. The framework suits projects requiring tool integration, skill composition, and memory persistence. The tool is written in Python and provides a command-line interface accessible through the oh command for launching agent harnesses. It supports integration with multiple CLI agents including OpenClaw, nanobot, and Cursor.

The project maintains a comprehensive test suite with passing tests across multiple categories. Development activity shows consistent attention to code quality and reliability through automated testing infrastructure. The team actively maintains documentation in multiple languages and provides community engagement channels for contributors interested in advancing open agent development.