Publish the Promptkit engine facade

This commit is contained in:
2026-07-28 04:43:19 +00:00
parent 18b12a25c1
commit e4899fb54d
36 changed files with 4571 additions and 58 deletions

View File

@@ -5,8 +5,8 @@
This document defines the outbound HTTP behavior implemented by Promptkit's
internal OpenAI-compatible model client. The
[internal model-client document](../internal/llm.md) owns implementation flow,
errors, and test ownership. The client is not yet available through a usable
public Promptkit engine.
errors, and test ownership. The root Promptkit engine uses this client by
default unless a consumer injects another implementation.
## Endpoint And Method