@memori.ai/memori-webcomponent 7.12.1 → 7.12.2
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/CHANGELOG.md +7 -0
- package/README.md +3 -6
- package/dist/memori-webcomponent.js +13 -13
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [7.12.2](https://github.com/memori-ai/memori-webcomponent/compare/v7.12.1...v7.12.2) (2024-12-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* update memori-react ([6e51692](https://github.com/memori-ai/memori-webcomponent/commit/6e51692cad7ffb33cba67f701837c8c3e00acb90))
|
|
9
|
+
|
|
3
10
|
## [7.12.1](https://github.com/memori-ai/memori-webcomponent/compare/v7.12.0...v7.12.1) (2024-12-24)
|
|
4
11
|
|
|
5
12
|
|
package/README.md
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
# Memori WebComponent
|
|
2
2
|
|
|
3
|
-
WebComponent to integrate
|
|
3
|
+
WebComponent to integrate an agent from [Memori](https://memori.ai) in a web page or web app.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
- [MemoryTwin](https://app.memorytwin.com/en): consumer / creator platform
|
|
8
|
-
- [TwinCreator](https://app.twincreator.com/en): developer-oriented platform
|
|
5
|
+
Web Platform: [AIsuru](https://aisuru.com)
|
|
9
6
|
|
|
10
7
|
Uses [memori-react](https://github.com/memori-ai/memori-react) under the hood.
|
|
11
8
|
See [demo](https://memori-ai.github.io/memori-webcomponent/example/).
|
|
@@ -61,7 +58,7 @@ With this WebComponent that is slightly different, as the context is not passed
|
|
|
61
58
|
|
|
62
59
|
## Styling
|
|
63
60
|
|
|
64
|
-
You can override the default styles of the
|
|
61
|
+
You can override the default styles of the Agent by customizing the following CSS custom properties:
|
|
65
62
|
|
|
66
63
|
```css
|
|
67
64
|
memori-client,
|