@tuvl/client 0.0.1

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 (3) hide show
  1. package/README.md +5 -0
  2. package/index.js +2 -0
  3. package/package.json +25 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # tuvl
2
+
3
+ This package name has been reserved for the upcoming **TUVL Framework** – a lightweight, developer-friendly orchestration engine for CRUD APIs and LLM agents.
4
+
5
+ More information coming soon! Contact: sooraj@tuvl.io
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ // index.js
2
+ console.log("tuvl Framework: Coming soon!");
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "@tuvl/client",
3
+ "version": "0.0.1",
4
+ "description": "Reserved for the upcoming tuvl Framework.",
5
+ "main": "index.js",
6
+ "author": "Sooraj <sooraj@tuvl.io>",
7
+ "homepage": "https://tuvl.io",
8
+ "keywords": [
9
+ "workflow",
10
+ "orchestration",
11
+ "llm",
12
+ "agents",
13
+ "ai",
14
+ "litellm",
15
+ "fastapi",
16
+ "crud",
17
+ "api-generator",
18
+ "node-editor",
19
+ "yaml-config",
20
+ "developer-tools",
21
+ "react",
22
+ "agentic"
23
+ ],
24
+ "license": "MIT"
25
+ }