@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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/concepts/frontend-tools.md), and exposes full inspector state.
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/concepts/frontend-tools.md)
164
- - [Mastra guide](../../../docs/guides/mastra.md) — Full-stack example
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentified/fe-client",
3
- "version": "0.0.5-beta.3",
3
+ "version": "0.0.5-beta.6",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",