@agentified/fe-client 0.0.5-beta.3 → 0.0.5-beta.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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Run agent tools in the browser. Stream everything.
|
|
4
4
|
|
|
5
|
-
Frontend client for [Agentified](../../../README.md) — connects to an AG-UI agent backend, handles streaming events, manages [frontend tool execution](../../../docs/
|
|
5
|
+
Frontend client for [Agentified](../../../README.md) — connects to an AG-UI agent backend, handles streaming events, manages [frontend tool execution](../../../docs/typescript/frontend-tools.md), and exposes full inspector state.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
@@ -160,8 +160,8 @@ The client handles frontend tools automatically:
|
|
|
160
160
|
|
|
161
161
|
- [Root README](../../../README.md)
|
|
162
162
|
- [Documentation](../../../docs/)
|
|
163
|
-
- [Frontend Tools concept](../../../docs/
|
|
164
|
-
- [Mastra guide](../../../docs/
|
|
163
|
+
- [Frontend Tools concept](../../../docs/typescript/frontend-tools.md)
|
|
164
|
+
- [Mastra guide](../../../docs/typescript/integrations/mastra.md) — Full-stack example
|
|
165
165
|
- [React Bindings](../react/README.md) — React wrapper with Provider/hooks
|
|
166
166
|
- [TypeScript SDK](../sdk/README.md)
|
|
167
167
|
- [agentified-core](../../core/README.md)
|