@jsonfirst/sdk 1.4.0 → 1.4.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 (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -154,6 +154,15 @@ console.log(JsonFirst.MODE_IDS); // all 22 mode IDs
154
154
 
155
155
  ---
156
156
 
157
+ ## Works with
158
+
159
+ - **LangChain** — use JSONFIRST to parse user inputs before passing structured intents to your chains
160
+ - **LlamaIndex** — feed validated JDON objects as structured queries to your indexes and agents
161
+ - **CrewAI** — turn natural language tasks into executable JDONs your crew agents can act on reliably
162
+ - **Any LLM** — framework-agnostic, works with OpenAI, Anthropic, Gemini, Mistral, and any model
163
+
164
+ ---
165
+
157
166
  ## Links
158
167
 
159
168
  - [Get your API key](https://jsonfirst.com/developers)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsonfirst/sdk",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Official JavaScript/Node.js SDK for the JSONFIRST Protocol — Universal Intent Protocol for AI governance",
5
5
  "main": "index.js",
6
6
  "files": [