diff options
| author | ntzyz <i@ntzyz.io> | 2026-07-07 12:51:48 +0800 |
|---|---|---|
| committer | ntzyz <i@ntzyz.io> | 2026-07-07 12:51:48 +0800 |
| commit | bcafdfe7aa5e076610e1951f35b11898a83f1391 (patch) | |
| tree | 76776b5c1eaf83040a782d80542d72357bce6195 /.gitignore | |
| parent | 582cf29169bceaed8754cf6f7fefcd37ac4506b8 (diff) | |
feat: add Hermes plugin architecture (plugin.yaml, __init__.py, provider.py)
- Add plugin.yaml with proper kind/requires_env/provides fields
- Add __init__.py and provider.py for STT provider registration
- Split README.md (overview) and INSTALL.md (install for agents)
- Add setup.sh (reference only) and .gitignore
- Add Windows PowerShell equivalents and reuse tip for MiMo API key
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c41f54 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +__pycache__/ +*.pyc +*.pyo +.env +*.wav +*.mp3 +output.txt +test_audio/ |
