@axsdk/core 0.1.5 → 0.1.6
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 -0
- package/dist/lib.cjs +6 -6
- package/dist/lib.cjs.map +3 -3
- package/dist/lib.js +8 -8
- package/dist/lib.js.map +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @axsdk/core
|
|
2
2
|
|
|
3
|
+
These packages are code for integrating with the AXSDK (https://axsdk.ai) platform.
|
|
4
|
+
|
|
3
5
|
Framework-agnostic JavaScript/TypeScript SDK for the AXSDK AI chat platform. Manages sessions, real-time SSE streaming, and chat state — no UI dependencies required.
|
|
4
6
|
|
|
5
7
|
## Installation
|