@agentified/fe-client 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 +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @agentified/fe-client
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Run agent tools in the browser. Stream everything.
|
|
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.
|
|
4
6
|
|
|
5
7
|
## Install
|
|
6
8
|
|
|
@@ -157,6 +159,9 @@ The client handles frontend tools automatically:
|
|
|
157
159
|
## Links
|
|
158
160
|
|
|
159
161
|
- [Root README](../../../README.md)
|
|
162
|
+
- [Documentation](../../../docs/)
|
|
163
|
+
- [Frontend Tools concept](../../../docs/concepts/frontend-tools.md)
|
|
164
|
+
- [Mastra guide](../../../docs/guides/mastra.md) — Full-stack example
|
|
160
165
|
- [React Bindings](../react/README.md) — React wrapper with Provider/hooks
|
|
161
166
|
- [TypeScript SDK](../sdk/README.md)
|
|
162
167
|
- [agentified-core](../../core/README.md)
|