@finest-ai/schemas
v0.1.2
Published
Zod schemas — the single source of truth for every Finest boundary.
Readme
@finest-ai/schemas
Public wire contracts shared by Finest clients and control-plane integrations. The package contains Zod schemas for configuration tuples, policies, ingest, provider credential handles, verification graders, IDs and integer-micros money. It contains no credentials, model catalogue or routing decisions.
import { configTupleSchema, ulid } from '@finest-ai/schemas';
const id = ulid();
const tuple = configTupleSchema.parse(input);Requires Node.js 20 or newer. Apache-2.0.
