@agentified/react 0.0.5-beta.0 → 0.0.5-beta.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/README.md +6 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @agentified/react
|
|
2
2
|
|
|
3
|
-
React
|
|
3
|
+
React hooks + Inspector debug panel for Agentified.
|
|
4
|
+
|
|
5
|
+
Provider, hooks, and a built-in Inspector for [Agentified](../../../README.md). Register [frontend tools](../../../docs/concepts/frontend-tools.md) with `useAgentifiedTool`, debug with `<Inspector>`.
|
|
4
6
|
|
|
5
7
|
## Install
|
|
6
8
|
|
|
@@ -119,6 +121,9 @@ The Inspector is draggable and resizable.
|
|
|
119
121
|
## Links
|
|
120
122
|
|
|
121
123
|
- [Root README](../../../README.md)
|
|
124
|
+
- [Documentation](../../../docs/)
|
|
125
|
+
- [Frontend Tools concept](../../../docs/concepts/frontend-tools.md)
|
|
126
|
+
- [Mastra guide](../../../docs/guides/mastra.md) — Full-stack example
|
|
122
127
|
- [Frontend Client](../fe-client/README.md) — underlying client library
|
|
123
128
|
- [TypeScript SDK](../sdk/README.md)
|
|
124
129
|
- [Mastra Adapter](../mastra/README.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentified/react",
|
|
3
|
-
"version": "0.0.5-beta.
|
|
3
|
+
"version": "0.0.5-beta.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"react": ">=18.0.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@agentified/fe-client": "0.0.5-beta.
|
|
29
|
+
"@agentified/fe-client": "0.0.5-beta.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@testing-library/react": "^16.0.0",
|