AutoHarness
AutoHarness: Automated Harness Engineering for AI Agents
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/aiming-lab/AutoHarness
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd AutoHarness
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd packages/agentlint-js
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
3. Python
쉬움사전 준비물
cd AutoHarness && pip install -e .
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
