EveryDev.ai
Subscribe
Home
Tools

2,822+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. ZOB Harness
    ZOB Harness icon

    ZOB Harness

    Agent Harness

    A governed Agent Factory for Pi that launches communicating agent teams, runs tmux-backed factories, validates artifacts, and packages repeatable workflows into reusable factories.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. Install via npm or clone from GitHub.

    Engagement

    Available On

    Windows
    Linux
    API
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessMulti-agent SystemsAgent Frameworks

    Alternatives

    AutoHarnessHarness PluginOpenHarness
    Developer
    cgarrotcgarrot builds ZOB Harness, a governed agent factory framewo…

    Listed Jun 2026

    About ZOB Harness

    ZOB Harness is an open-source, MIT-licensed governed agent harness built on top of Pi, the coding-agent platform. It transforms Pi from a single-session assistant into a supervised multi-agent factory system where teams of specialized agents communicate visibly, produce durable artifacts, and package successful workflows for reuse. The project is maintained by cgarrot on GitHub and reached v0.15.1 as of June 2026.

    What It Is

    ZOB Harness is an agent harness and factory framework for Pi. Where most agent tools optimize a single assistant session, ZOB optimizes the full agent factory loop: define a team topology, launch a run, observe agent communication, review artifacts, and convert a working workflow into a reusable factory that can drive the next class of work. The core abstraction is the ZAgent/ZTeam model — roles such as chief, scout, builder, and oracle coordinate through structured, parent-visible messages rather than hidden worker chat, keeping multi-agent work debuggable and auditable.

    How the Agent Factory Loop Works

    A ZOB run follows a deliberate lifecycle:

    • Define a ZTeam manifest with role aliases, communication policy, and parent-visible rooms.
    • Prepare startup kickoff files so each agent begins with bounded, scoped instructions.
    • Launch one Pi session per ZAgent, optionally backed by persistent tmux windows.
    • Coordinate with structured CONTEXT / ASK / EVIDENCE / URGENCY / BLOCKER messages between roles.
    • Validate with checkpoints, sentinel gates, and oracle/no-ship review before any work is marked done.
    • Package the successful workflow as a reusable manifest, launcher, kickoff set, workgraph, and validation ladder.

    Artifacts under reports/<run_id>/ — manifests, kickoff files, workgraphs, status files, validation output, and oracle reports — are the source of truth, not the chat transcript.

    Safety Model and Governance

    ZOB is deliberately conservative. The safety posture is enforced by AGENTS.md, damage-control rules, a git policy file, a child-safety extension, and smoke scripts:

    • No .env, private key, SSH, AWS, or credential reads.
    • No destructive shell or git operations without explicit approval.
    • No direct commits, pushes, tags, or force pushes by default; governed commits go through /zcommit or zob_zcommit_run only when explicitly authorized.
    • Completion requires concrete artifacts, validation evidence, and oracle/no-ship review when required.
    • Automated npm releases are handled by GitHub Actions via semantic-release, not by local agents.

    Surface and Tooling

    The harness exposes approximately 77 tools, 25 commands, 39 specialist agents, 24 skills, and 75 npm scripts. The core workflow for new users centers on a small set: /zmode to pick an operating mode (explore, plan, implement, oracle, factory, orchestrator), /goal and /todo for goal-linked work breakdown, /contract for six-part delegation handoffs, and /zcommit for governed commits. Advanced surfaces — live peer communications, worker pools, goal rooms, merge queues, mission control, ProjectDNA, and ZTeam/ZAgent factory scaffolds — are opt-in and experimental.

    The Harness Intake factory allows ZOB to analyze another agent harness (Claude Code, Codex, Cursor, Aider, or a custom setup) and propose reusable ZOB teams and factory scaffolds from its docs, agents, skills, commands, and prompts, writing outputs to a quarantined generated-proposals/ directory without auto-activating them.

    Update: v0.15.1

    The latest release is v0.15.1, published on June 17, 2026. Notable recent additions include the Goal TODO ZPeer/ZTeam handoff runtime (introduced in 0.4.0), active context discovery via zob_context_search with optional ColGREP integration, an optional intent classifier supporting regex and model-backed routing, and the zob:context:doctor / zob:context:init / zob:context:query npm script family. The project self-describes as an early, conservative, governed harness and explicitly states it should not be described as unrestricted autonomy or a production deployment system.

    ZOB Harness - 1

    Community Discussions

    Be the first to start a conversation about ZOB Harness

    Share your experience with ZOB Harness, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. Install via npm or clone from GitHub.

    • Full agent factory orchestration
    • All specialist agents and skills
    • tmux-backed multi-agent sessions
    • Governed commit workflows
    • All npm scripts and smoke validators

    Capabilities

    Key Features

    • Multi-agent team orchestration with chief, scout, builder, and oracle roles
    • Visible structured agent communication (CONTEXT/ASK/EVIDENCE/URGENCY/BLOCKER)
    • tmux-backed persistent agent sessions
    • Durable run artifacts under reports/<run_id>/
    • Reusable factory packaging from successful workflows
    • Governed commits via /zcommit and zob_zcommit_run
    • Goal-linked TODO trees with parent-owned workgraphs
    • Oracle/no-ship review gates
    • Harness Intake factory for analyzing and converting other agent setups
    • Active context discovery with zob_context_search and optional ColGREP
    • Optional intent classifier with regex and model-backed routing
    • Automated npm releases via GitHub Actions and semantic-release
    • Specialist agent delegation with /contract six-part handoff
    • Smoke validation scripts for safety and surface checks
    • ProjectDNA context workflows

    Integrations

    Pi (coding-agent platform)
    tmux
    ColGREP
    Claude Code
    Codex
    Cursor
    Aider
    GitHub Actions
    semantic-release
    npm
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate ZOB Harness and help others make informed decisions.

    Developer

    cgarrot

    cgarrot builds ZOB Harness, a governed agent factory framework for the Pi coding-agent platform. The project focuses on making multi-agent workflows observable, auditable, and reusable through structured team topologies, visible communication protocols, and durable artifact management. ZOB Harness is open-source under the MIT license and distributed via npm.

    Read more about cgarrot
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    AutoHarness icon

    AutoHarness

    AutoHarness is an open-source governance framework that wraps AI agent LLM clients with a structured pipeline for tool safety, context management, cost tracking, and audit logging.

    Harness Plugin icon

    Harness Plugin

    A team-architecture factory plugin for Claude Code that converts domain descriptions into coordinated agent teams using six pre-defined architectural patterns.

    OpenHarness icon

    OpenHarness

    Open-source lightweight agent infrastructure (tool-use, skills, memory, multi-agent coordination) with ohmo, a personal AI agent that works in Feishu, Slack, Telegram, and Discord.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    99 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    205 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    409 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions