Metadata-Version: 2.4
Name: harzoo
Version: 0.1.0
Summary: Terminal coding agent with pluggable tools and TUI.
Author: Harzoo Maintainers
License-Expression: MIT
Keywords: agent,tui,tools,automation
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai>=1.0.0
Requires-Dist: PyYAML>=6.0
Requires-Dist: textual>=0.50.0
Dynamic: license-file

# harzoo

`harzoo` is a terminal coding agent with a Textual TUI and a pluggable tool runtime.

## Features

- Agent runtime with profile-based configuration
- Textual-based interactive UI
- Built-in and plugin-based tool system
- Local file and shell oriented workflows

## Installation

```bash
pip install harzoo
```

## Quick start

Run:

```bash
harzoo
```

On first run, a default profile file is bootstrapped under your user config directory.

## Development

Build distributions:

```bash
python -m build
```

Check package metadata:

```bash
python -m twine check dist/*
```
