Metadata-Version: 2.4
Name: levelwright
Version: 0.0.1
Summary: Open-source, handheld-native, system-level AI gaming assistant — 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 License
        
        Copyright (c) 2026 Levelwright contributors
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: agent,ai-assistant,gaming,handheld,steam-deck
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
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Levelwright

> Open-source, handheld-native, system-level AI gaming assistant. Starting with Steam Deck.

**Status:** Design phase complete; Phase 1 implementation starting.

Inspired by TechDweeb's April Fools "PocketDweeb" concept, built for real. Think NVIDIA's Project G-Assist, but open-source, handheld-first, AMD-compatible.

## What it is

A locally-running AI agent on your Steam Deck (and eventually other handhelds) that can:

- Answer "what's my battery / CPU temp / TDP?" without tabbing out of a game
- Check ProtonDB compatibility and Deck Verified status before you buy or launch
- Recommend games from your library based on playtime, compat, and session context
- Scale to ROG Ally, Legion Go, and MSI Claw via a pluggable `HardwareAdapter`

Built on [Hermes-Agent](https://github.com/NousResearch/hermes-agent) (Python, MIT). UI via [Decky Loader](https://github.com/SteamDeckHomebrew/decky-loader).

## Status

This PyPI package is a **placeholder** while the real implementation is built. The actual Hermes plugins ship as:

- `levelwright-system` — hardware telemetry (CPU/GPU temps, battery, TDP)
- `levelwright-steam` — Steam Web API + ProtonDB compatibility

See:

- [`DESIGN.md`](./DESIGN.md) — full technical design
- [`docs/prd/levelwright-poc-prd.md`](./docs/prd/levelwright-poc-prd.md) — product requirements
- [`docs/adr/`](./docs/adr/) — architecture decision records

## License

MIT — see [`LICENSE`](./LICENSE).
