@nxuss/lemma 0.4.10 → 0.4.11
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.
- package/README.md +2 -2
- package/dashboard/dist/assets/index-B4TA31pA.js +490 -0
- package/dashboard/dist/assets/index-B4TA31pA.js.map +1 -0
- package/dashboard/dist/assets/index-DNqq3gA9.css +1 -0
- package/dashboard/dist/index.html +2 -2
- package/dist/cjs/cli/lemma-proxy.d.ts.map +1 -1
- package/dist/cjs/cli/lemma-proxy.js +51 -7
- package/dist/cjs/cli/lemma-proxy.js.map +1 -1
- package/dist/esm/cli/lemma-proxy.d.ts.map +1 -1
- package/dist/esm/cli/lemma-proxy.js +51 -7
- package/dist/esm/cli/lemma-proxy.js.map +1 -1
- package/package.json +2 -2
- package/dashboard/dist/assets/index-CIx8ECj8.css +0 -1
- package/dashboard/dist/assets/index-zTlIPJOp.js +0 -478
- package/dashboard/dist/assets/index-zTlIPJOp.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Lemma v0.4.
|
|
1
|
+
# Lemma v0.4.11
|
|
2
2
|
> **The Intelligent AI Gateway — Privacy, Performance, and Precision for the Agentic Era.**
|
|
3
3
|
|
|
4
4
|
Lemma is a high-performance orchestration layer that sits between your development environment and LLM providers. It transforms the way you build with AI by providing **Shared Semantic Memory**, **Autonomous Cost Optimization**, and **Privacy Guardrails**.
|
|
@@ -29,7 +29,7 @@ Lemma is a high-performance orchestration layer that sits between your developme
|
|
|
29
29
|
|
|
30
30
|
## 🚀 Smart CLI (Zero-Config)
|
|
31
31
|
|
|
32
|
-
Lemma v0.4.
|
|
32
|
+
Lemma v0.4.11 introduces the **Smart CLI**, making it easier than ever to get started:
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
35
|
# 1. Install
|