@llmops/sdk 0.1.6-beta.1 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +22 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,6 +5,27 @@
5
5
  <img src="https://github.com/llmops-build/llmops/raw/main/llmops-header.png" alt="LLMOps Header">
6
6
  </picture>
7
7
  <h2 align="center">
8
- LLMOps
8
+ @llmops/sdk
9
9
  </h2>
10
+
11
+ <p align="center">
12
+ The official SDK for LLMOps - a pluggable LLMOps toolkit for TypeScript applications
13
+ <br />
14
+ <a href="https://llmops.build"><strong>Learn more »</strong></a>
15
+ <br />
16
+ <br />
17
+ <a href="https://discord.gg/8teSTfmEKU">Discord</a>
18
+ ·
19
+ <a href="https://llmops.build">Website</a>
20
+ ·
21
+ <a href="https://github.com/llmops-build/llmops/issues">Issues</a>
22
+ </p>
10
23
  </p>
24
+
25
+ ## Getting Started
26
+
27
+ ```bash
28
+ npm install @llmops/sdk
29
+ ```
30
+
31
+ Read the [Documentation](https://llmops.build/docs) to learn more.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llmops/sdk",
3
- "version": "0.1.6-beta.1",
3
+ "version": "0.1.6",
4
4
  "description": "An LLMOps toolkit for TypeScript applications",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -57,8 +57,8 @@
57
57
  "access": "public"
58
58
  },
59
59
  "dependencies": {
60
- "@llmops/core": "^0.1.6-beta.1",
61
- "@llmops/app": "^0.1.6-beta.1"
60
+ "@llmops/core": "^0.1.6",
61
+ "@llmops/app": "^0.1.6"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/express": "^5.0.6",