Metadata-Version: 2.4
Name: levelwright-system
Version: 0.0.1
Summary: Levelwright: Hermes plugin for handheld system telemetry (CPU/GPU temps, battery, TDP, storage) — placeholder release
Project-URL: Homepage, https://github.com/levelwright/levelwright
Project-URL: Documentation, https://github.com/levelwright/levelwright/blob/main/DESIGN.md
Project-URL: Repository, https://github.com/levelwright/levelwright
Project-URL: Issues, https://github.com/levelwright/levelwright/issues
Author: Levelwright contributors
License: MIT
Keywords: gaming,handheld,hermes-agent,steam-deck,telemetry
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: System :: Hardware
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# levelwright-system

Hermes-Agent plugin providing handheld system-telemetry tools for [Levelwright](https://github.com/levelwright/levelwright).

**Status:** Placeholder release. Real implementation coming in v0.1.0.

## Scope (planned)

Tools exposed to the Hermes agent:

- `sys_get_temps` — CPU / GPU temperatures
- `sys_get_battery` — percentage, charging state, time remaining
- `sys_get_performance` — TDP, clocks, fan RPM
- `sys_get_storage` — disk usage per partition / SD card

Hardware access is abstracted behind `HardwareAdapter`, with `SteamDeckAdapter` shipping first and future adapters for ROG Ally, Legion Go, MSI Claw. See [ADR-0003](https://github.com/levelwright/levelwright/blob/main/docs/adr/ADR-0003-hardware-adapter-abstraction.md).

## License

MIT.
