You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-41Lines changed: 20 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,64 +2,43 @@
2
2
3
3

4
4
5
-
Essential utilities that extend and improve the Vercel AI SDK experience. State management, debugging tools, and structured artifact streaming - everything you need to build production-ready AI applications beyond simple chat interfaces.
5
+
Essential utilities for building production-ready AI applications with Vercel AI SDK. State management, debugging, structured streaming, intelligent agents, and caching - everything you need beyond basic chat interfaces.
6
6
7
7
## Packages
8
8
9
-
### 🗄️ [@ai-sdk-tools/store](./packages/store)
10
-
AI chat state that scales with your application. Eliminates prop drilling within your chat components, ensuring better performance and cleaner architecture.
9
+
### [@ai-sdk-tools/store](./packages/store)
10
+
AI chat state management that eliminates prop drilling. Clean architecture and better performance for chat components.
Development tools for debugging AI applications. A development-only debugging tool that integrates directly into your codebase, just like react-query-devtools.
16
+
### [@ai-sdk-tools/devtools](./packages/devtools)
17
+
Development tools for debugging AI applications. Inspect tool calls, messages, and execution flow directly in your app.
Advanced streaming interfaces for AI applications. Create structured, type-safe artifacts that stream real-time updates from AI tools to React components. Perfect for dashboards, analytics, documents, and interactive experiences beyond chat.
0 commit comments