Files
hermes-agent/hermes_platform/__init__.py
alt-glitch 48ed4e5364 feat(platform): hermes_platform.host with machine facts, runtime predicates, SoC recognizer
Host facts and runtime predicates need one stdlib-only source that stays correct under architecture emulation.
Hardware recognition reads host facts, not environment variables or GPU proxies.
The package boundary gives later resolvers and catalog checks a shared foundation.
Linear NS-920.
2026-09-22 01:13:23 -07:00

5 lines
162 B
Python

"""Machine facts and resource resolution for every Hermes surface.
Host facts describe the machine running this interpreter; resolution has no side effects.
"""