Add owner-metered Messages transport with conservative admission
Some checks failed
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Has been cancelled

Assistant: codex
Assistant-Model: gpt-5.6-luna
Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
tegwick 2026-09-09 21:25:52 +02:00
parent 00560945f8
commit 526e073e28
5 changed files with 878 additions and 0 deletions

View file

@ -34,6 +34,9 @@ re-export shim pointing here.
- TOML-based configuration resolution via `toml_config.py` and `config.py`.
- Shared HTTP utilities, token estimation, similarity helpers, and the
`LLMError` exception hierarchy.
- An opt-in owner-hosted Messages transport with an injected request-admission
protocol; caller-owned ledgers, hosting, custody and network policy remain
outside this library. See `contracts/functional/messages-admission.md`.
---