Metadata-Version: 2.4
Name: harzoo
Version: 0.1.5
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
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"

Harzoo 是一个开源的、简单的、灵活的、通用的python智能体框架。你可以通过Harzoo构建AI时代的智能体，belike 互联网时代构建APP。


## 官方文档
```text
www.harzoo.com
```

## 安装

```bash
pip install harzoo
```

## 启动
```bash
harzoo
```

## 许可证
MIT
