Files
hermes-agent/workspace
alt-glitch 161a3d5d61 fix(workspace): quote self-referential forward refs
Drop 'from __future__ import annotations' from store.py and use
quoted forward refs instead. Add matching quotes in config.py for
KnowledgebaseConfig.from_dict and WorkspaceConfig.from_dict — these
were raising NameError at class-definition time after an earlier
lint pass stripped the future import that had been masking them.
2026-04-18 09:40:49 +05:30
..