Kurt is a TypeScript library by Formula.Monks that wraps AI SDKs, making it easy to build structured LLM-based applications (RAG, agents, etc) that work with any LLM that supports structured output (via function calling features).
This package implements an adapter for Kurt that works with OpenAI's GPT models.
Read here for more information about Kurt.
This example code shows how to set up and use Kurt with OpenAI.