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.