typesafe-ai / typesafe-sdk-python
“The official Python library for the TypeSafe API”
Jev-Based rank #21In SDK #5
- 170Stars
- —Stars Δ / 1d
- —Stars Δ / 7d
- —Stars Δ / 30d
- 17Forks
- 1Watchers
GitHub ↗Official docs ↗Back to ranking
TL;DR
typesafe-ai/typesafe-sdk-python is vendor GitHub — treat it as a TypeSafe source, not a jev.pro artifact. Canonical request facts stay on docs.typesafe.ai.
The author describes it as: “The official Python library for the TypeSafe API” That is their claim, not a bench this site ran.
Who it’s for
- Integrators who want the vendor client or skill next to docs.typesafe.ai
- Anyone who needs the unofficial line: jev.pro does not issue keys and is not TypeSafe
What’s inside
Top-level entries on GitHub at generation time: .github, .gitignore, .python-version, CONTRIBUTING.md, LICENSE, README.md, docs, pyproject.toml, pyrefly.toml, src, tests, uv.lock. Read those before you trust a one-line install.
How to use
- Install the vendor Python client.
pip install typesafe-sdk
- Set
TYPESAFE_API_KEYfrom the TypeSafe console. jev.pro does not issue keys. - Pin
jev-1.13.0if you have already tuned thresholds; aliases move. - Confirm the request shape on docs.typesafe.ai.
Hosted Jev still looks like a function call — wrapper or not:
{
model: "jev-1.13.0",
state: { source: "typesafe-ai/typesafe-sdk-python", brief: "..." },
questions: {
gate: { type: "noul", instructions: "Should we act on this state?" },
route: { type: "choice", instructions: "Pick one next system.", criteria: ["code", "review", "human"] },
},
}
Try this
First pinned call
Call typesafe-ai/typesafe-sdk-python with model jev-1.13.0, a two-sentence support ticket as state, and questions: refund_asked (noul), department (choice: billing|tech|other). Print choice, noul, confidence, and model.
Schema-safe ≠ correct
On a case typesafe-ai/typesafe-sdk-python gets wrong, write down the schema-legal answer it returned and the human label. Do not “fix” it by asking Jev to generate an explanation.
FAQ
Is this the Jev model?
No repository is the model. Jev is the hosted System One instance. This repo is vendor code around the API.
Can I get a key here?
No. Keys come from TypeSafe’s console or a documented gateway.
Sources
Public repository metadata and TypeSafe documentation. No private claims.