Metadata-Version: 2.4
Name: harzoo
Version: 0.1.8
Summary: Terminal agent framework with pluggable tools and TUI.
Author: Harzoo Maintainers
License: MIT
Project-URL: Homepage, https://github.com/leeharhar/harzoo
Project-URL: Repository, https://github.com/leeharhar/harzoo
Project-URL: Issues, https://github.com/leeharhar/harzoo/issues
Keywords: agent,tui,tools,automation
Classifier: License :: OSI Approved :: MIT License
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
Provides-Extra: web
Requires-Dist: fastapi>=0.110.0; extra == "web"
Requires-Dist: uvicorn>=0.30.0; extra == "web"
Provides-Extra: jupyter
Requires-Dist: jupyterlab>=4.0.0; extra == "jupyter"
Requires-Dist: ipykernel>=6.0.0; extra == "jupyter"
Provides-Extra: docs
Requires-Dist: mkdocs>=1.6.0; extra == "docs"
Requires-Dist: mkdocs-material>=9.5.0; extra == "docs"
Dynamic: license-file

# Harzoo

Harzoo is an open-source, simple, and flexible agent framework built with Python. By configuring profiles, tools, skills, and related files, you can build agents ranging from lightweight workflows to highly complex systems. You can also freely customize and extend the source code to fit your own domain and use cases.

## Documentation

```text
www.harzoo.com
```

## Repository Layout

| Path | Purpose |
| --- | --- |
| `src/` | Harzoo source code |
| `docs/` | Documentation source files |
| `assets/` | Official examples and configuration files |
| `tests/` | Test code |
| `other` | Project maintenance resources |

## Installation and Quick Start

### PyPI

```bash
pip install harzoo
```

```bash
harzoo
```

### Source Code

```bash
git clone https://github.com/leeharhar/harzoo.git
```

```bash
cd ./src/harzoo/
python main.py
```

## License

MIT
