Metadata-Version: 2.4
Name: cluxion-hermes-call-cli
Version: 0.1.0
Summary: Use your Hermes Agent like an AI API: one-shot exec CLI (codex-exec style) with session self-cleanup
Project-URL: Repository, https://github.com/cluxion/cluxion-Hermes-call-cli
Author: cluxion
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: agent,cli,hermes,llm,oneshot
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Description-Content-Type: text/markdown

# cluxion-Hermes-call-cli

Use your Hermes Agent like an AI API key: a one-shot exec CLI (codex-exec style) on top of
the official hermes oneshot path, with fail-closed session self-cleanup.

```bash
hermes-call "create result.json in my Downloads folder"   # agentic, tools enabled (codex exec style)
hermes-call --ask "why does this error happen?"           # answer only, tools blocked
cat task.md | hermes-call -                               # stdin delegation for codex/claude
```

Status: under active development. Install: `pip install cluxion-hermes-call-cli`
