Releases: srmdn/hermes-agent-kit
Releases · srmdn/hermes-agent-kit
v0.3.7
Fixes
- correct Python compatibility metadata to Python 3.11 through 3.13
- update README prerequisite text to match Hermes Agent 0.16.0 support window
- regenerate uv.lock and republish with accurate PyPI metadata
Verification
- built sdist and wheel for 0.3.7
- verified wheel metadata advertises Requires-Python <3.14,>=3.11
- clean install smoke test passed on Python 3.13 with hermes-kit doctor
v0.3.6
Runtime fixes
- router now reloads topic routing on session start, so /route changes apply on next message without gateway restart
- fallback hook now works with real Hermes 0.16.0 event payloads
- rate limiter now handles real agent:step payloads and fixed time-window rollover behavior
- cost tracker now derives usage from captured Hermes agent results instead of nonexistent hook payload fields
- bridge now tracks session-id to session-key mapping and captures agent run totals for downstream hooks
Docs sync
- synced README and public docs with actual behavior
- clarified fallback current state, rate-limiter behavior, cost-tracker pricing behavior, and router /route behavior
- expanded provider documentation
Verification
- full test suite passed before release
- built and published 0.3.6 artifacts to PyPI
v0.3.5 — Provider docs refresh, Qwen model ID fix, prerequisites guide
What's New
Provider docs refreshed to June 2026
- All 8 providers updated with current models (OpenAI 5.5, Anthropic opus-4-8, xAI grok-4.3, Mistral medium-3.5, Google gemini-3.5, DeepSeek v4)
- Added xAI (Grok) and Mistral provider sections
- Deprecated model warnings for old Anthropic snapshots and DeepSeek chat/reasoner
Qwen model ID fix
- qwen-3.6-plus → qwen3.6-plus (matching OpenCode Go API format)
- Fixed across all docs, configs, and tests
First-time user experience
- Prerequisites: Hermes must work before installing hermes-kit
- Gateway management commands (start/stop/restart/status)
- Troubleshooting: provider auth failed guide
Cost tracking
- Bridge _cost_pricing updated with official OpenCode Go June 2026 pricing
- Cost tracker table refreshed for all 15+ models
Full Changelog: v0.3.4...v0.3.5