Metadata-Version: 2.4
Name: hermes-infoflow-tools
Version: 0.2.2
Summary: CLI tools for installing/updating the hermes-infoflow plugin into a Hermes Agent home directory.
Project-URL: Homepage, https://github.com/chbo297/hermes-infoflow
Project-URL: Issues, https://github.com/chbo297/hermes-infoflow/issues
Author-email: chengbo05 <chengbo05@baidu.com>
License: MIT
Keywords: cli,hermes,hermes-agent,infoflow,installer
Classifier: License :: OSI Approved :: MIT License
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 :: System :: Installation/Setup
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# hermes-infoflow-tools

CLI helper to install/update the `hermes-infoflow` plugin into a Hermes Agent
home directory.

```bash
# default: pip download + tar + rsync into ~/.hermes/plugins/infoflow/
pipx run hermes-infoflow-tools update --version 0.2.2

# or, install into site-packages and load via entry-point
pipx run hermes-infoflow-tools update --version 0.2.2 --mode pip
```

See the main repo README for the full installation matrix and trade-offs
between the four installation paths.
