AutoHarness
AutoHarness: Automated Harness Engineering for AI Agents
File Explorer
Download Latest Version (.zip)- README.md
- __init__.py
- background.py
- builtin.py
- definition.py
- fork.py
- model_router.py
- swarm.py
- worktree.py
- __init__.py
- main.py
- __init__.py
- prompt.py
- __init__.py
- artifacts.py
- autocompact.py
- microcompact.py
- models.py
- post_compact.py
- recovery.py
- token_budget.py
- tokens.py
- __init__.py
- anti_distillation.py
- audit.py
- constitution.py
- feature_flags.py
- hook_profiles.py
- hooks.py
- multi_agent.py
- permissions.py
- pipeline.py
- risk.py
- risk_multi.py
- sentiment.py
- trust.py
- trust_gate.py
- turn_governor.py
- types.py
- verification.py
- __init__.py
- claude_code.py
- crewai.py
- cursor.py
- langchain.py
- policy_engines.py
- __init__.py
- code_quality.py
- cost_tracker.py
- git_safety.py
- no_production_access.py
- working_hours.py
- __init__.py
- registry.py
- __init__.py
- cost_attribution.py
- metrics.py
- tracing.py
- __init__.py
- cache.py
- context.py
- mcp_delta.py
- sections.py
- __init__.py
- builtin.py
- __init__.py
- cost.py
- persistence.py
- progress.py
- resume.py
- trace_store.py
- transcript.py
- __init__.py
- frontmatter.py
- loader.py
- skill_tool.py
- __init__.py
- task_system.py
- __init__.py
- constitutions.py
- default.yaml
- financial.yaml
- hipaa.yaml
- minimal.yaml
- soc2.yaml
- strict.yaml
- __init__.py
- matcher.py
- orchestrator.py
- output_budget.py
- registry.py
- search.py
- speculative.py
- __init__.py
- output.py
- rails.py
- __init__.py
- agent_loop.py
- py.typed
- wrap.py
- agent-loop.md
- constitution.md
- context.md
- observability.md
- prompt.md
- session.md
- skills.md
- tools.md
- agent-loop.md
- agents.md
- context-management.md
- governance.md
- observability.md
- sessions.md
- skills.md
- tools.md
- configuration.md
- installation.md
- quickstart.md
- custom-agent.md
- multi-agent.md
- production.md
- wrap-client.md
- changelog.md
- cli.md
- EXPERIMENT_GUIDE.md
- EXPERIMENT_GUIDE_CN.md
- features.md
- index.md
- README_CN.md
- README_DE.md
- README_ES.md
- README_FR.md
- README_JA.md
- README_KO.md
- README_PT.md
- README_RU.md
- TESTING_GUIDE.md
- TESTING_GUIDE_CN.md
- agent_orchestration_demo.py
- anthropic_integration.py
- basic_usage.py
- cedar_policy.cedar
- claude_code_install.py
- constitution.yaml
- context_management_demo.py
- custom_hooks.py
- full_pipeline_demo.py
- opa_policy.rego
- prompt_architecture_demo.py
- quickstart.py
- session_management_demo.py
- skill_system_demo.py
- tool_registry_demo.py
- logo.png
- poster.png
- style.css
- dashboard.html
- __init__.py
- __main__.py
- app.py
- pyproject.toml
- README.md
- builtin.ts
- audit.ts
- constitution.ts
- hooks.ts
- index.ts
- permissions.ts
- pipeline.ts
- risk.ts
- types.ts
- package-lock.json
- package.json
- README.md
- tsconfig.json
- auditTreeProvider.d.ts
- auditTreeProvider.d.ts.map
- auditTreeProvider.js
- auditTreeProvider.js.map
- constitutionValidator.d.ts
- constitutionValidator.d.ts.map
- constitutionValidator.js
- constitutionValidator.js.map
- dashboardPanel.d.ts
- dashboardPanel.d.ts.map
- dashboardPanel.js
- dashboardPanel.js.map
- extension.d.ts
- extension.d.ts.map
- extension.js
- extension.js.map
- utils.d.ts
- utils.d.ts.map
- utils.js
- utils.js.map
- auditTreeProvider.ts
- constitutionValidator.ts
- dashboardPanel.ts
- extension.ts
- utils.ts
- .vscodeignore
- package-lock.json
- package.json
- README.md
- tsconfig.json
- __init__.py
- conftest.py
- test_agent_loop.py
- test_agent_orchestration.py
- test_audit.py
- test_cli_wrap.py
- test_constitution.py
- test_hooks.py
- test_init_wizard.py
- test_integration.py
- test_multi_agent.py
- test_new_features.py
- test_observability.py
- test_permissions.py
- test_phases_6_to_9.py
- test_pipeline.py
- test_pipeline_modes.py
- test_prompt_system.py
- test_risk.py
- test_skill_system.py
- test_tool_system.py
- test_turn_governor.py
- test_types.py
- test_v2_features.py
- test_validation.py
- test_verification.py
- .gitignore
- action.yml
- CONTRIBUTING.md
- LICENSE
- Makefile
- mkdocs.yml
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/aiming-lab/AutoHarness
Downloads the entire project code from GitHub to your computer.
cd AutoHarness
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd packages/agentlint-js
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
cd AutoHarness && pip install -e .
Moves into the project folder you just downloaded.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
