mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-01 12:02:05 +00:00
A Kanban task referencing a non-existent skill (e.g. a typo'd name) crashed the worker on startup via ValueError, which the dispatcher retried until the task auto-blocked. Both cli.py and tui_gateway/server.py now skip the unknown skill(s), log a warning, and continue with whatever loaded — but still hard-fail when EVERY requested skill is missing, so a fully-misconfigured worker fails loudly instead of running blind. Closes #27136 Co-authored-by: Jimmy Johansson <jimmyjohansson84@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| entry.py | ||
| event_publisher.py | ||
| git_probe.py | ||
| loop_noise.py | ||
| project_tree.py | ||
| render.py | ||
| server.py | ||
| slash_worker.py | ||
| transport.py | ||
| ws.py | ||