@Ryrenz: HKU lab open-sourced an agent skeleton, with a built-in agent called Ohmo that can work directly. GitHub already 14.3k stars, from the University of Hong Kong Data Intelligence Lab (HKUDS), the team behind LightRAG — strong endorsement. Building a usable agent from scratch...
Summary
The University of Hong Kong Data Intelligence Lab has open-sourced the lightweight agent framework OpenHarness and its built-in agent Ohmo, providing core features like tool calling, memory, multi-agent coordination, and support for platforms like Feishu and Slack.
View Cached Full Text
Cached at: 07/03/26, 06:31 AM
oh — OpenHarness & ohmo
English · Simplified Chinese
🔄 Agent Loop
• Streaming Tool-Call Cycle • API Retry with Exponential Backoff • Parallel Tool Execution • Token Counting & Cost Tracking
🔧 Harness Toolkit
• 43 Tools (File, Shell, Search, Web, MCP) • On-Demand Skill Loading (.md) • Plugin Ecosystem (Skills + Hooks + Agents) • Compatible with anthropics/skills & plugins
🧠 Context & Memory
• CLAUDE.md Discovery & Injection • Context Compression (Auto-Compact) • MEMORY.md Persistent Memory • Session Resume & History
🛡️ Governance
• Multi-Level Permission Modes • Path-Level & Command Rules • PreToolUse / PostToolUse Hooks • Interactive Approval Dialogs
🤝 Swarm Coordination
• Subagent Spawning & Delegation • Team Registry & Task Management • Background Task Lifecycle • ClawTeam Integration (Roadmap)
Start here: Quick Start · Provider Compatibility · Showcase · Contributing · Changelog
Oh my Harness! The model is the agent. The code is the harness.
Thanks for visiting ✨ OpenHarness!
Similar Articles
@geekbb: An open-source AI agent meta-orchestration framework that provides a unified orchestration layer for multiple agents including Claude Code, Codex, Cursor, OpenCode, Hermes, and Pi. Users can seamlessly switch sessions across devices (terminal, browser, mobile, desktop app) to enable multi-agent...
Omnigent is an open-source meta-orchestration framework that provides a unified orchestration layer over multiple AI agents like Claude Code, Codex, and Cursor. It enables seamless cross-device session switching, multi-agent collaboration, policy enforcement, and cloud sandbox execution.
@QingQ77: Turn any GitHub repo into its own AI Agent — with dedicated CLI, MCP service, memory, and signature verification, directly npm-publishable. https://github.com/ruvnet/agent-harness-generator… You…
MetaHarness converts any GitHub repository into a custom AI agent harness with CLI, MCP service, memory, and signing, allowing deployment on multiple agent platforms.
@gyro_ai: Most people learn about agents either staying at the conceptual level or jumping directly into frameworks, leaving the middle layer—"why design it this way"—empty. On GitHub, the book "Building Agents from Scratch" by Datawhale covers 16 chapters from basics to multi-agent systems, with its own HelloAgents framework to learn by doing…
Datawhale's open-source tutorial "Building Agents from Scratch" covers memory systems, RAG, context engineering, etc. in 16 chapters, including the HelloAgents framework, suitable for learners who want to deeply understand the internal mechanisms of agents.
This article systematically reviews AI Agent architecture and engineering practices, covering control flow, context engineering, tool design, memory, multi-agent organization, evaluation, tracing, and security. It is based on the OpenClaw implementation and emphasizes the critical role of Harness (testing and validation infrastructure) for system stability.
This article systematically reviews AI Agent architecture and engineering practices, covering control flow, context engineering, tool design, memory, multi-agent organization, evaluation, tracing, and security. It is based on the OpenClaw implementation and emphasizes the critical role of Harness (testing and validation infrastructure) for system stability.
@FakeMaidenMaker: LangChain just officially open-sourced an out-of-the-box agent harness—Deep Agent. Set it up and it can run long tasks, multi-step work, and easily replace any component without forking. GitHub 23701 stars, from LangChain official (lan…
LangChain officially open-sourced Deep Agent, an out-of-the-box agent harness that supports long tasks, multi-step workflows, pluggable components, model-agnostic, production-ready.