@rheonic/sdk 0.1.0-beta.15 → 0.1.0-beta.16

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 +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,12 @@
1
+ # ⚠️ Status: Development paused.
2
+
3
+ Rheonic was built as an LLM API layer for cost control and observability in agentic workflows.
4
+
5
+ The project is currently paused after initial validation attempts.
6
+ The system is fully functional, but did not reach product-market fit.
7
+ The hosted service is no longer active.
8
+ Maintenance has been discontinued for this SDK.
9
+
1
10
  # Rheonic Node SDK
2
11
 
3
12
  Rheonic captures provider telemetry and applies protect preflight decisions before provider calls.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rheonic/sdk",
3
- "version": "0.1.0-beta.15",
3
+ "version": "0.1.0-beta.16",
4
4
  "description": "Node.js SDK for Rheonic observability and protect preflight enforcement.",
5
5
  "author": "Rheonic <founder@rheonic.dev>",
6
6
  "license": "MIT",