Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 Garret Premo
Copyright (c) 2026 The authors of the Premo-Cloud/typesafe-sdk-java repository

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# TypeSafe SDK for Java
# TypeSafe SDK for Java: a Jev client for the JVM

A community Java client for the [TypeSafe](https://typesafe.ai) System One API. Ask small, typed questions over your
application state and get calibrated probabilities back, in one round trip, with no prompt parsing.
A community Java SDK for Jev and the other [TypeSafe](https://typesafe.ai) System One models. Ask Jev small, typed
questions over your application state and get typed answers with calibrated probabilities back, in one round trip, with
no prompt parsing.
Java 17+, a Spring Boot starter, and Jackson as the only dependency.

This library is an independent, community-maintained project and is not affiliated with, endorsed by, or supported by
TypeSafe AI. It follows the conventions of the official [Python](https://github.com/typesafe-ai/typesafe-sdk-python) and
Expand Down Expand Up @@ -258,4 +260,4 @@ Please keep the public API aligned with the official SDKs' conventions and add a

## License

MIT, Copyright (c) 2026 Garret Premo. See [LICENSE](LICENSE).
MIT, Copyright (c) 2026 The authors of the Premo-Cloud/typesafe-sdk-java repository. See [LICENSE](LICENSE).
2 changes: 1 addition & 1 deletion typesafe-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description = "Community Java client for the TypeSafe System One API"
description = "Community Java SDK for Jev and the TypeSafe System One API"

dependencies {
api("com.fasterxml.jackson.core:jackson-databind:2.15.4")
Expand Down
Loading