hermes-service/.gitignore
yumoqing 2152ae9d40 fix: v1.3.0 compatibility fixes for hermes-agent
- Fix chat command args: use '-q --source tool' for non-interactive mode
  in send_session_message to avoid entering interactive CLI
- Fix auth_method KeyError: add 'auth_method: header' default in fallback config
- Persist session registry to data/sessions.json so sessions survive restarts
- Dynamic path resolution via get_hermes_home() instead of hardcoded paths
- Update README with full API documentation (v1.3.0)
- Add .gitignore for data/, __pycache__/, .venv/
2026-04-25 11:37:32 +08:00

6 lines
38 B
Plaintext

data/
__pycache__/
*.pyc
*.pyo
.venv/