diff --git a/LICENSE b/LICENSE index ac579c8..772946f 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 6d9784c..374f0dd 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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). diff --git a/typesafe-sdk/build.gradle.kts b/typesafe-sdk/build.gradle.kts index ee50943..1f3f38d 100644 --- a/typesafe-sdk/build.gradle.kts +++ b/typesafe-sdk/build.gradle.kts @@ -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")