@letta-ai/letta-react 0.0.3 → 0.0.5
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 +8 -2
- package/package.json +2 -2
package/README.md
CHANGED
@@ -2,14 +2,20 @@
|
|
2
2
|
|
3
3
|
A Letta react library full of the hooks you need to talk to Letta instantly
|
4
4
|
|
5
|
-
|
5
|
+
```bash
|
6
|
+
npm install @letta-ai/letta-react
|
7
|
+
```
|
6
8
|
|
7
|
-
|
9
|
+
## Documentation
|
8
10
|
|
9
11
|
### Minimal Example
|
10
12
|
|
11
13
|
#### Server-side configuration
|
12
14
|
|
15
|
+
#### Next.js
|
16
|
+
|
17
|
+
Try out [`@letta-ai/letta-nextjs`](https://www.npmjs.com/package/@letta-ai/letta-nextjs) for a more streamlined setup.
|
18
|
+
|
13
19
|
##### Local Letta Instance
|
14
20
|
|
15
21
|
First setup Letta server, [instructions here](https://docs.letta.com/quickstart)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@letta-ai/letta-react",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.5",
|
4
4
|
"description": "Letta's react library",
|
5
5
|
"private": false,
|
6
6
|
"main": "./index.js",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
},
|
22
22
|
"homepage": "https://github.com/letta-ai/letta-typescript-web-clients#readme",
|
23
23
|
"peerDependencies": {
|
24
|
-
"@letta-ai/letta-client": ">=0.1.48",
|
24
|
+
"@letta-ai/letta-client": ">=0.1.48 <0.2.0",
|
25
25
|
"react": ">=16.8.0 <20.0.0",
|
26
26
|
"react-dom": ">=16.8.0 <20.0.0"
|
27
27
|
},
|