awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
HKUDS avatar

HKUDS/OpenHarness

0
View on GitHub↗
14,084 stars·2,321 forks·Python·MIT·25 views

OpenHarness

OpenHarness is a framework for building and orchestrating AI agents that utilize tools and plugins to execute complex tasks. It provides an orchestration system for managing language model lifecycles and a multi-agent coordination system for delegating workloads across teams of specialized subagents.

The project features an agent gateway that bridges language model agents to external chat platforms and communication channels. It includes a tool integration engine for executing shell, file, and web operations, supported by a memory and skill manager that handles persistent user preferences and the on-demand injection of domain-specific knowledge.

The framework incorporates security via path-based access controls and interactive approval workflows for sensitive operations. It also provides a dry-run mode for execution plan inspection, a plugin architecture for custom lifecycle hooks, and a terminal user interface for session management and real-time feedback.

Features

  • Agentic LLM Frameworks - Provides a platform for building and managing autonomous agents powered by LLMs with tool use and memory support.
  • AI Agent Orchestration Frameworks - Provides a framework for managing autonomous agent loops and tool discovery to execute complex tasks.
  • Multi-Agent Coordination Systems - Implements a delegation system allowing specialized agents to collaborate on complex tasks by sharing state.
  • Recursive Subagent Nesting - Manages complex workflows via recursive delegation to specialized subagents in independent lifecycles.
  • Communication Gateways - Ships a gateway that routes messages between external communication platforms and AI agents.
  • Agent Orchestrators - Provides a system to manage the reasoning loops and execution lifecycles of language model-based agents.
  • Agent Memory Managers - Provides a system for managing persistent user preferences and the storage and retrieval of agent memory.
  • LLM Tooling Integrations - Connects language models to shell, web, and file system tools with type-safe validation.
  • Custom AI Assistant Development - Enables building personalized AI assistants with custom plugins, on-demand skills, and persistent memory.
  • Multi-Agent Orchestration Systems - Orchestrates teams of specialized autonomous agents to execute complex, collaborative workflows.
  • Tool Execution Permissions - Enforces security through path-level access rules and interactive approvals for sensitive tool executions.
  • Agent Gateways - Provides a gateway that bridges AI agents to external chat platforms and communication channels.
  • Dynamic Skill Injection - Implements on-demand injection of domain-specific markdown knowledge into the agent's context.
  • LLM Provider Integrations - Offers a configurable profile system for managing connectivity and authentication to various AI provider backends.
  • Type-Safe Execution Frameworks - Ships a type-safe validation system for executing shell, file, and web tools.
  • Agentic Memory Systems - Ships a storage system for maintaining long-term user preferences and interaction continuity.
  • Tool Execution Inspection - Includes a dry-run mode for inspecting the intended tool calls and actions before they are executed.
  • Agent Session Persistence - Maintains continuity across interactions by storing user preferences and knowledge in dedicated local files.
  • Path Access Restrictions - Restricts agent file system operations using path-based security rules and interactive user approvals.
  • Data Type Validation - Ensures language model outputs match expected schemas through strict type validation before tool execution.
  • AI Backend Abstractions - Decouples core logic from specific models through a provider-based abstraction for remote and local backends.
  • Extensible Plugin Architectures - Provides a modular extension system allowing custom commands and lifecycle hooks to modify agent behavior.
  • Skill Files - Implements modular, domain-specific instruction files loaded into the agent context to guide task execution.

Star history

Star history chart for hkuds/openharnessStar history chart for hkuds/openharness

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does hkuds/openharness do?

OpenHarness is a framework for building and orchestrating AI agents that utilize tools and plugins to execute complex tasks. It provides an orchestration system for managing language model lifecycles and a multi-agent coordination system for delegating workloads across teams of specialized subagents.

What are the main features of hkuds/openharness?

The main features of hkuds/openharness are: Agentic LLM Frameworks, AI Agent Orchestration Frameworks, Multi-Agent Coordination Systems, Recursive Subagent Nesting, Communication Gateways, Agent Orchestrators, Agent Memory Managers, LLM Tooling Integrations.

What are some open-source alternatives to hkuds/openharness?

Open-source alternatives to hkuds/openharness include: leonxlnx/agentic-ai-prompt-research — This project is a research-focused toolkit designed for building autonomous agent systems, multi-agent workflows, and… agiresearch/aios — AIOS is an LLM agent operating system and orchestration kernel designed to manage memory, resource scheduling, and… opensquilla/opensquilla — OpenSquilla is an LLM agent orchestration framework designed to coordinate multi-step AI workflows and tool execution… voltagent/awesome-claude-code-subagents — This project provides a framework for managing multi-agent systems, designed to automate complex software development,… letta-ai/letta — Letta is a framework for building, deploying, and managing autonomous AI agents that maintain persistent state across… mastra-ai/mastra — Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and…

Open-source alternatives to OpenHarness

Similar open-source projects, ranked by how many features they share with OpenHarness.
  • leonxlnx/agentic-ai-prompt-researchLeonxlnx avatar

    Leonxlnx/agentic-ai-prompt-research

    2,453View on GitHub↗

    This project is a research-focused toolkit designed for building autonomous agent systems, multi-agent workflows, and security governance frameworks. It provides a platform for coordinating specialized sub-agents through structured communication protocols and phased task delegation to complete complex technical objectives. The framework distinguishes itself by integrating a dedicated security policy engine that validates autonomous tool execution against user-defined permissions and safety rules. It also features a research-oriented approach to prompt engineering, enabling the dynamic assembl

    agentic-aiai-researchclaude
    View on GitHub↗2,453
  • agiresearch/aiosagiresearch avatar

    agiresearch/AIOS

    5,168View on GitHub↗

    AIOS is an LLM agent operating system and orchestration kernel designed to manage memory, resource scheduling, and tool execution for multiple autonomous AI agents. It serves as a comprehensive framework for developing and deploying agents, featuring a dedicated resource manager that coordinates model backends, GPU memory, and isolated kernel instances. The system distinguishes itself through a semantic memory engine that uses vector search and autonomous clustering for long-term knowledge management, and a semantic file system that allows users to control computer files and system operations

    Python
    View on GitHub↗5,168
  • opensquilla/opensquillaopensquilla avatar

    opensquilla/opensquilla

    4,211View on GitHub↗

    OpenSquilla is an LLM agent orchestration framework designed to coordinate multi-step AI workflows and tool execution using directed acyclic graphs. It functions as a centralized system for managing specialized skill packages and executing complex reasoning sequences. The project distinguishes itself through a routing gateway that directs tasks to different AI providers based on complexity, cost, and performance. It utilizes a multi-tier AI memory system that organizes working, episodic, and semantic knowledge using local embeddings and SQLite, alongside a secure execution sandbox that isolat

    Pythonagentaiai-agents
    View on GitHub↗4,211
  • voltagent/awesome-claude-code-subagentsVoltAgent avatar

    VoltAgent/awesome-claude-code-subagents

    21,906View on GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Shellai-agent-frameworkai-agent-toolsai-agents
    View on GitHub↗21,906
  • See all 30 alternatives to OpenHarness→