Metadata-Version: 2.4
Name: somm-service
Version: 0.7.1
Summary: somm service — web admin, HTTP API, background workers
Project-URL: Homepage, https://github.com/lavallee/somm
Project-URL: Repository, https://github.com/lavallee/somm
Project-URL: Issues, https://github.com/lavallee/somm/issues
Project-URL: Changelog, https://github.com/lavallee/somm/blob/main/CHANGELOG.md
Author: Marc Lavallee
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.12
Requires-Dist: litellm>=1.40
Requires-Dist: somm-core==0.7.1
Requires-Dist: somm==0.7.1
Requires-Dist: starlette>=0.40
Requires-Dist: uvicorn>=0.30
Description-Content-Type: text/markdown

# somm-service

The service tier for [somm](https://github.com/lavallee/somm) — the
self-hosted LLM telemetry, routing, and intelligence loop.

Adds the localhost web admin, the HTTP API, and the background
scheduler with three workers: model-intel refresh (pricing + context
windows + capabilities), online evaluation (samples production calls
and grades them against a gold model), and the agent worker (turns
telemetry + eval results into concrete recommendations).

```bash
pip install somm somm-service
somm serve --project my_app   # dashboard at localhost:7878
```
