Metadata-Version: 2.4
Name: agenthatch
Version: 0.5.5
Summary: Turn any SKILL.md into a runnable AI Agent
Project-URL: Homepage, https://github.com/agenthatch/agenthatch
Project-URL: Repository, https://github.com/agenthatch/agenthatch
Project-URL: Issues, https://github.com/agenthatch/agenthatch/issues
Author-email: EternalRights <eternalrights@outlook.com>
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.11
Requires-Dist: httpx>=0.28.0
Requires-Dist: instructor>=1.0
Requires-Dist: openai>=1.0
Requires-Dist: packaging>=24.0
Requires-Dist: pydantic>=2.5
Requires-Dist: python-frontmatter>=1.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rank-bm25>=0.2
Requires-Dist: rich>=13.0
Requires-Dist: sentence-transformers>=3.0
Requires-Dist: typer>=0.15.0
Provides-Extra: compat
Requires-Dist: tomli>=2.0; (python_version < '3.11') and extra == 'compat'
Provides-Extra: dev
Requires-Dist: build>=1.0; extra == 'dev'
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-cov>=5.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.8.0; extra == 'dev'
Requires-Dist: twine>=5.0; extra == 'dev'
Description-Content-Type: text/markdown

# agenthatch

Turn any SKILL.md into a runnable AI Agent.

> **Status**: v0.1.0 — CLI scaffold. Core features coming in v0.2+.

## Quick Start

```bash
pip install agenthatch
agenthatch hello
```

## Commands (v0.1)

| Command             | Description         |
| :------------------ | :------------------ |
| `agenthatch hello`  | Verify installation |
| `agenthatch doctor` | Run health checks   |
| `agenthatch init`   | Create config file  |

## Roadmap

See [GitHub](https://github.com/agenthatch/agenthatch) for the full roadmap.

## License

MIT