hkuds--openharness
5dd8b952ec
A lightweight open-source Python implementation of the Agent Harness architecture. 44x lighter than Claude Code (11K vs 512K lines), 98% core tool coverage. - 43 tools with Pydantic validation and parallel execution - Skills system compatible with anthropics/skills (17+ tested) - Plugin system compatible with claude-code/plugins (12+ tested) - API retry with exponential backoff - Multi-level permissions with path rules - React/Ink TUI with "Oh my Harness!" branding - 114 unit tests + 6 E2E test suites - MIT License
37 行
382 B
Plaintext
37 行
382 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.egg
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.env
|
|
*.so
|
|
.coverage
|
|
htmlcov/
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.python-version
|
|
|
|
# React TUI frontend
|
|
frontend/terminal/node_modules/
|
|
|
|
# User data (never commit API keys or session data)
|
|
.openharness/
|
|
react_tui_smoke.txt
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
uv.lock
|