@letta-ai/letta-react 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -85,7 +85,7 @@ root.render(
85
85
 
86
86
  ##### Sending and Reading Messages `useAgentMessages`
87
87
 
88
- Check out [this example](./examples/view-and-send-messages) for more detailed usage.
88
+ Check out [this example](./packages/letta-react/examples/view-and-send-messages) for more detailed usage.
89
89
 
90
90
  ```typescript jsx
91
91
  const {
@@ -106,7 +106,7 @@ const {
106
106
 
107
107
  ##### Getting Agent State
108
108
 
109
- Check out [this example](./examples/view-and-send-messages) for more detailed usage.
109
+ Check out [this example](./packages/letta-react/examples/view-and-send-messages) for more detailed usage.
110
110
 
111
111
  ```typescript jsx
112
112
  const { agentState, error, isLoading, refresh } = useAgentState({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letta-ai/letta-react",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Letta's react library",
5
5
  "private": false,
6
6
  "main": "./index.js",