# Official SDKs and framework support

8 entries.

- [typesafe-sdk-js](https://github.com/typesafe-ai/typesafe-sdk-js) - TypeScript and JavaScript client with answer types inferred from your questions.
- [typesafe-sdk-python](https://github.com/typesafe-ai/typesafe-sdk-python) - Python client, sync and async.
- [system-one-adapter-python](https://github.com/typesafe-ai/system-one-adapter-python) - Same `TypeSafeClient` interface backed by an LLM API, so you can compare Jev against a chat model on identical questions.
- [skills](https://github.com/typesafe-ai/skills) - Agent skills for designing questions, building workflows, and evaluating them.
- [Agent skill](https://docs.typesafe.ai/agent-skill) - How to install the official skill in Claude Code, Cursor, and friends.
- [Vercel AI SDK provider](https://ai-sdk.dev/providers/ai-sdk-providers/typesafe-ai) - `@ai-sdk/typesafe-ai` exposes Jev through `experimental_evaluate`.
- [eve](https://github.com/vercel/eve) - Vercel's agent framework; Jev is the typed judge in its evaluate step.
- [ai-cli](https://github.com/vercel-labs/ai-cli) - The Vercel AI SDK in your terminal, with an evaluate path that runs on Jev.

Page: https://awesomejev.vercel.app/c/official-sdks-and-framework-support/
