From 2e154f2e075b7c248984b8506dbd2227208f0db9 Mon Sep 17 00:00:00 2001 From: Kazik Pogoda Date: Sun, 1 Dec 2024 20:51:52 +0100 Subject: [PATCH] README update with badges --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index d528d16..e8aedb9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,25 @@ A Kotlin multiplatform JSON Schema library. Useful for AI and LLMs' ([function calling](https://platform.openai.com/docs/guides/function-calling)), as it generates JSON Schema for Kotlin `@Serializable` classes. +[Maven Central Version](https://central.sonatype.com/namespace/com.xemantic.ai) +[GitHub Release Date](https://github.com/xemantic/xemantic-ai-tool-schema/releases) +[license](https://github.com/xemantic/xemantic-ai-tool-schema/blob/main/LICENSE) + +[GitHub Actions Workflow Status](https://github.com/xemantic/xemantic-ai-tool-schema/actions/workflows/build-main.yml) +[GitHub branch check runs](https://github.com/xemantic/xemantic-ai-tool-schema/actions/workflows/build-main.yml) +[GitHub commits since latest release](https://github.com/xemantic/xemantic-ai-tool-schema/commits/main/) +[GitHub last commit](https://github.com/xemantic/xemantic-ai-tool-schema/commits/main/) + +[GitHub contributors](https://github.com/xemantic/xemantic-ai-tool-schema/graphs/contributors) +[GitHub commit activity](https://github.com/xemantic/xemantic-ai-tool-schema/commits/main/) +[GitHub code size in bytes]() +[GitHub Created At](https://github.com/xemantic/xemantic-ai-tool-schema/commit/39c1fa4c138d4c671868c973e2ad37b262ae03c2) +[kotlin version](https://kotlinlang.org/docs/releases.html) + +[discord server](https://discord.gg/vQktqqN2Vn) +[discord users online](https://discord.gg/vQktqqN2Vn) +[X (formerly Twitter) Follow](https://x.com/KazikPogoda) + ## Why? This library was created to fulfill the need of agentic AI projects created by @@ -145,7 +164,11 @@ amounts independently of the underlying decimal number and arithmetics provider. ## Development +Clone this repo and then in the project dir: +```shell +./gradlew build +``` ## Non-recommended usage