@sudobility/shapeshyft_engine
v1.0.5
Published
Stateless LLM structured-output engine shared by ShapeShyft and ShapeRouter
Downloads
846
Maintainers
Readme
@sudobility/shapeshyft_engine
Stateless LLM structured-output engine used by ShapeShyft and ShapeRouter.
import { createLLMProvider } from "@sudobility/shapeshyft_engine";
import type { LlmProvider } from "@sudobility/shapeshyft_engine/types";
const provider = createLLMProvider("openai", { apiKey });
const result = await provider.generate(request);