@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
@CycleDecoded: This wave literally shattered the barrier to entry for AI Agents. HKU has released another amazing project — without writing a single line of code, you can use natural language to automatically assemble and evolve an entire AI workflow. Project introduction: The University of Hong Kong (HKUDS) open-sourced AutoAgent, which has already gained... on GitHub
The University of Hong Kong open-sourced the AutoAgent framework, which automatically builds and evolves multi-agent workflows via natural language with no code required, and includes a built-in deep research mode supporting multiple mainstream large models.
@axichuhai: The University of Hong Kong just open-sourced a treasure project – CLI-Anything, stars skyrocketed to 3 w. It can scan the source code of any software and automatically generate a CLI interface that AI agents can directly call. For desktop software like GIMP, Blender, Audacity without AP…
The University of Hong Kong open-sourced CLI-Anything, which can scan source code of any software and automatically generate CLI interfaces callable by AI agents, enabling desktop software without APIs (e.g., GIMP, Blender) to be controlled by agents.
@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.