Metadata-Version: 2.4
Name: spectral-bridge-adapter-pass-through
Version: 0.2.0
Summary: Pass-through adapter for spectral-bridge
License-Expression: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: fastapi>=0.135.2
Requires-Dist: httpx>=0.28
Requires-Dist: uvicorn>=0.42
Description-Content-Type: text/markdown

# pass-through adapter

Transparent proxy for targets that already expose an OpenAI-compatible endpoint — `POST /v1/chat/completions` (Chat Completions API) and/or `POST /v1/responses` (Responses API). Each request is forwarded to the matching path on the target.

For full documentation see [spectral.principled.app/docs](https://spectral.principled.app/docs/spectral-bridge/adapters/passthrough).
