Node.js SDKs
Caesura provides official SDKs for Node.js (TypeScript/JavaScript) to help you integrate asynchronous psychological analysis.
Choose the SDK that matches your current tech stack:
Vercel AI SDK Wrapper
Package: @caesura-io/ai-sdk
Use this if you are building a modern web application (like a Next.js chat interface) using the Vercel AI SDK.
OpenAI SDK Wrapper
Package: @caesura-io/openai
Use this if you are building an application that already uses the official OpenAI Node SDK directly.
Core (Advanced)
Package: @caesura-io/core
The framework-agnostic shared engine used by both SDKs above. You generally do not need to use this directly unless you are building a custom integration.