@chatbotkit/react 1.26.5 → 1.27.0
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 +14 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,6 +21,20 @@ The ChatBotKit React SDK offers a comprehensive set of features and capabilities
|
|
|
21
21
|
- **[ChatMessage](https://chatbotkit.github.io/node-sdk/modules/_chatbotkit_react.components_ChatMessage.html)**: A React component that provides a chat message interface. Useful for chat interfaces to display messages with rich formatting.
|
|
22
22
|
- **[ChatMessages](https://chatbotkit.github.io/node-sdk/modules/_chatbotkit_react.components_ChatMessages.html)**: A React component that provides a chat messages interface. Useful for chat interfaces to display messages.
|
|
23
23
|
|
|
24
|
+
## Why ChatBotKit?
|
|
25
|
+
|
|
26
|
+
**Build lighter, future-proof AI agents.** When you build with ChatBotKit, the heavy lifting happens on our servers—not in your application. This architectural advantage delivers:
|
|
27
|
+
|
|
28
|
+
- 🪶 **Lightweight Agents**: Your agents stay lean because complex AI processing, model orchestration, and tool execution happen server-side. Less code in your app means faster load times and simpler maintenance.
|
|
29
|
+
|
|
30
|
+
- 🛡️ **Robust & Streamlined**: Server-side processing provides a more reliable experience with built-in error handling, automatic retries, and consistent behavior across all platforms.
|
|
31
|
+
|
|
32
|
+
- 🔄 **Backward & Forward Compatible**: As AI technology evolves—new models, new capabilities, new paradigms—your agents automatically benefit. No code changes required on your end.
|
|
33
|
+
|
|
34
|
+
- 🔮 **Future-Proof**: Agents you build today will remain capable tomorrow. When we add support for new AI models or capabilities, your existing agents gain those powers without any updates to your codebase.
|
|
35
|
+
|
|
36
|
+
This means you can focus on building great user experiences while ChatBotKit handles the complexity of the ever-changing AI landscape.
|
|
37
|
+
|
|
24
38
|
## Getting Started
|
|
25
39
|
|
|
26
40
|
Embark on your ChatBotKit journey with these easy steps:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chatbotkit/react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.0",
|
|
4
4
|
"description": "The fastest way to build advanced AI chat bots",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"engines": {
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
"types": "./dist/cjs/index.d.ts",
|
|
442
442
|
"dependencies": {
|
|
443
443
|
"tslib": "^2.6.2",
|
|
444
|
-
"@chatbotkit/sdk": "1.
|
|
444
|
+
"@chatbotkit/sdk": "1.27.0",
|
|
445
445
|
"@chatbotkit/widget": "1.26.3"
|
|
446
446
|
},
|
|
447
447
|
"peerDependencies": {
|