molecule-core/workspace-configs-templates
Hongming Wang 2e2261ab9c fix(hermes): align config.yaml required_env with executor (HERMES_API_KEY)
The hermes config required NOUS_API_KEY but the executor
(workspace-template/adapters/hermes/executor.py from PR #49) checks
HERMES_API_KEY and OPENROUTER_API_KEY. A workspace created from this
template would have the provisioner block on a missing NOUS_API_KEY
even when HERMES_API_KEY was set, or pass provisioning but fail at
executor init. .env.example already documents HERMES_API_KEY.

Fix: rename the required_env entry to HERMES_API_KEY and update the
comments to match the executor's actual fallback order (HERMES_API_KEY
first, OPENROUTER_API_KEY second).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 10:19:55 -07:00
..
autogen initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
claude-code-default initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
crewai initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
deepagents initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
hermes fix(hermes): align config.yaml required_env with executor (HERMES_API_KEY) 2026-04-14 10:19:55 -07:00
langgraph initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
openclaw initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00