From bcafdfe7aa5e076610e1951f35b11898a83f1391 Mon Sep 17 00:00:00 2001 From: ntzyz Date: Tue, 7 Jul 2026 12:51:48 +0800 Subject: 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 --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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/ -- cgit v1.3.1