EveryDev.ai
Subscribe
Home
Tools

3,076+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
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. AutoHarness
    AutoHarness icon

    AutoHarness

    Agent Harness
    Featured

    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.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Clone, use, modify, and distribute freely.

    Engagement

    Available On

    CLI
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessAgent FrameworksMulti-agent Systems

    Alternatives

    Agentic Harness EngineeringDextoClawShell
    Developer
    aiming-labaiming-lab builds open-source infrastructure for AI agent re…

    Listed May 2026

    About AutoHarness

    AutoHarness (also called "Aha") is a lightweight, MIT-licensed Python framework published by aiming-lab that adds governance infrastructure around AI agent tool calls. It integrates in as few as two lines of code by wrapping any OpenAI-compatible client, making it immediately usable without restructuring existing agent code. The project reached v0.1.0 in April 2026 and has accumulated 283 stars and 22 forks on GitHub as of May 2026.

    What It Is

    AutoHarness is a harness engineering framework — a layer that sits between an AI agent's model and its tool execution environment. The core idea, as the project README states, is that "Agent = Model + Harness": the model reasons, and the harness handles everything else. That "everything else" includes context management, tool governance, cost attribution, session persistence, prompt injection defense, and audit logging. The framework is positioned as the infrastructure that separates a demo-ready agent from a production-reliable one.

    The Governance Pipeline

    The central mechanism is a structured multi-step pipeline that every tool call passes through before and after execution. AutoHarness offers three pipeline modes with increasing levels of governance:

    • Core — 6-step pipeline with secret scanner, path guard, and output sanitizer; suited for single-agent lightweight governance
    • Standard — 8-step pipeline adding a risk classifier and pre-hooks; suited for production agents with basic profiles
    • Enhanced (default) — 14-step pipeline adding a turn governor, alias resolution, failure hooks, and support for Fork/Swarm/Background multi-agent patterns; maximum governance

    The 6-step base pipeline flows: Parse & Validate → Risk Classify → Permission Check → Execute → Output Sanitize → Audit Log. Built-in risk patterns detect dangerous operations, secret exposure, and path traversal.

    Key Capabilities

    • YAML constitution: governance rules are declared in a constitution.yaml file, switchable via CLI or code
    • Token budget management: multi-layer context truncation keeps agents within model limits
    • Per-call cost attribution: model-aware pricing tracks spend at the individual tool-call level
    • Multi-agent profiles: role-based governance for fork, swarm, and background agent patterns
    • JSONL audit trail: every decision is logged with full provenance for compliance
    • Trace-based diagnostics: structured traces for debugging agent behavior
    • CLI tooling: autoharness init, autoharness validate, autoharness audit summary, autoharness install --target claude-code, and more

    Setup Path

    Installation requires Python 3.10+ and is done via pip install -e . from the cloned repository. The quickstart wraps an existing OpenAI client with AutoHarness.wrap(OpenAI()) — no graph DSL or XML configuration required. An AgentLoop class is also available for full agent loop management with a constitution file. The CLI provides an interactive init wizard covering agent type, LLM provider, security level, and pipeline mode.

    Update: v0.1.0 Release

    The initial public release (v0.1.0) was published on April 2, 2026. It shipped the three-tier pipeline modes, the 6-step governance pipeline, risk pattern matching, YAML constitution support, trace-based diagnostics, multi-agent profiles, and session persistence with cost tracking. The project README reports 958 tests passing at release. The repository was last updated on May 20, 2026, with no open issues at that time. The README notes that some architectural decisions in Enhanced mode were informed by publicly available community analysis of Claude Code's design, and explicitly states that AutoHarness does not contain or redistribute any of Anthropic's proprietary code.

    AutoHarness - 1

    Community Discussions

    Be the first to start a conversation about AutoHarness

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Clone, use, modify, and distribute freely.

    • Full governance pipeline (Core, Standard, Enhanced modes)
    • 6-step to 14-step tool call pipeline
    • YAML constitution
    • Token budget management
    • Per-call cost attribution

    Capabilities

    Key Features

    • 6-step governance pipeline for every tool call
    • Three pipeline modes: Core, Standard, Enhanced
    • YAML constitution for declarative governance rules
    • Token budget management and context truncation
    • Per-call cost attribution with model-aware pricing
    • Multi-agent profiles with role-based governance
    • JSONL audit trail with full provenance
    • Trace-based diagnostics
    • Prompt injection defense
    • Secret scanner and path guard
    • Output sanitizer
    • Risk pattern matching
    • Session persistence
    • CLI tooling (init, validate, audit, install, export)
    • 2-line integration via client wrapping
    • AgentLoop for full agent loop management
    • Fork, Swarm, and Background multi-agent support
    • MIT licensed, zero vendor lock-in

    Integrations

    OpenAI SDK
    Claude Code
    LangGraph
    Guardrails AI
    Any OpenAI-compatible LLM client
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    aiming-lab

    aiming-lab builds open-source infrastructure for AI agent reliability and governance. The team publishes AutoHarness, a harness engineering framework that wraps LLM clients with structured pipelines for tool safety, cost tracking, and audit logging. The project is MIT-licensed and designed for zero vendor lock-in, targeting developers who need production-grade agent governance without framework lock-in.

    Read more about aiming-lab
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Agentic Harness Engineering icon

    Agentic Harness Engineering

    An open-source observability system that automatically evolves coding-agent harnesses—system prompts, tools, middleware, skills, and memory—without changing the base model.

    Dexto icon

    Dexto

    AI agent platform that lets you collaborate with autonomous coding and research agents that work asynchronously, with human-in-the-loop approvals and persistent memory.

    ClawShell icon

    ClawShell

    A security-privileged proxy for OpenClaw/Hermes Agent that performs virtual-to-real API key mapping and DLP scanning to protect PII and sensitive credentials.

    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.

    106 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    461 tools

    Multi-agent Systems

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

    226 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions
    21views