@finest-ai/adapters
v0.1.2
Published
Typed compilers over provider APIs: canonical IR and the three adapter shapes.
Readme
@finest-ai/adapters
Typed, auditable provider request compilers and response normalizers for the portable Finest request subset. The package covers OpenAI Chat Completions, Anthropic Messages and Gemini GenerateContent shapes plus offline conformance fixtures.
import { adapterForProvider, dispatch } from '@finest-ai/adapters';Adapters perform one bounded dispatch and never choose a model, retry an ambiguous request or make a quality decision. Requires Node.js 20 or newer. Apache-2.0.
