Metadata-Version: 2.5
Name: moonlighter-core
Version: 0.1.0
Summary: Core database, configuration, and LLM primitives for moonlighter, with an optional browser driver (the [browser] extra)
Project-URL: Homepage, https://github.com/albertosca/moonlighter
Project-URL: Repository, https://github.com/albertosca/moonlighter
Project-URL: Bug Tracker, https://github.com/albertosca/moonlighter/issues
Author-email: Alberto de Sá Cavalcanti de Albuquerque <albertoalbuquerque01@gmail.com>
License: AGPL-3.0-only
Requires-Python: >=3.14
Requires-Dist: anthropic>=0.40
Requires-Dist: peewee>=3.17
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.7
Provides-Extra: browser
Requires-Dist: playwright>=1.47; extra == 'browser'
