@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.
- package/README.md +9 -0
- 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)
|