[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73936":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":16,"starSnapshotCount":16,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},73936,"ai-sdk-tools","midday-ai\u002Fai-sdk-tools","midday-ai","Essential utilities for building production-ready AI applications with Vercel AI SDK. State management, debugging, structured streaming, intelligent agents, and caching.","https:\u002F\u002Fai-sdk-tools.dev",null,"TypeScript",2066,201,17,35,0,9,28.92,false,"main",true,[23],"ai-sdk","2026-06-12 02:03:20","# AI SDK Tools\n\n![AI SDK Tools](image.png)\n\n> **⚠️ Active Development Notice**\n> \n> This package is currently in **active development** and breaking changes may occur between versions. We recommend pinning to specific versions in production environments and staying updated with our changelog.\n\nEssential utilities for building production-ready AI applications with Vercel AI SDK. State management, debugging, structured streaming, intelligent agents, caching, and persistent memory.\n\n## Installation\n\n### Unified Package (Recommended)\n\nInstall everything in one package:\n\n```bash\nnpm install ai-sdk-tools\n```\n\nImport what you need:\n\n```typescript\n\u002F\u002F Server-side\nimport { Agent, artifact, cached } from 'ai-sdk-tools';\n\n\u002F\u002F Client-side\nimport { useChat, useArtifact, AIDevtools } from 'ai-sdk-tools\u002Fclient';\n```\n\n### Individual Packages\n\nOr install only what you need:\n\n### [@ai-sdk-tools\u002Fstore](.\u002Fpackages\u002Fstore)\nAI chat state management that eliminates prop drilling. Clean architecture and better performance for chat components.\n\n```bash\nnpm i @ai-sdk-tools\u002Fstore\n```\n\n### [@ai-sdk-tools\u002Fdevtools](.\u002Fpackages\u002Fdevtools)\nDevelopment tools for debugging AI applications. Inspect tool calls, messages, and execution flow directly in your app.\n\n```bash\nnpm i @ai-sdk-tools\u002Fdevtools\n```\n\n### [@ai-sdk-tools\u002Fartifacts](.\u002Fpackages\u002Fartifacts)\nStream structured, type-safe artifacts from AI tools to React components. Build dashboards, analytics, and interactive experiences beyond chat.\n\n```bash\nnpm i @ai-sdk-tools\u002Fartifacts @ai-sdk-tools\u002Fstore\n```\n\n### [@ai-sdk-tools\u002Fagents](.\u002Fpackages\u002Fagents)\nMulti-agent orchestration with automatic handoffs and routing. Build intelligent workflows with specialized agents for any AI provider.\n\n```bash\nnpm i @ai-sdk-tools\u002Fagents ai zod\n```\n\n### [@ai-sdk-tools\u002Fcache](.\u002Fpackages\u002Fcache)\nUniversal caching for AI SDK tools. Cache expensive operations with zero configuration - works with regular tools, streaming, and artifacts.\n\n```bash\nnpm i @ai-sdk-tools\u002Fcache\n```\n\n### [@ai-sdk-tools\u002Fmemory](.\u002Fpackages\u002Fmemory)\nPersistent memory system for AI agents. Add long-term memory with support for multiple storage backends (In-Memory, Upstash Redis, Drizzle).\n\n```bash\nnpm i @ai-sdk-tools\u002Fmemory\n```\n\n## Getting Started\n\nVisit our [website](https:\u002F\u002Fai-sdk-tools.dev) to explore interactive demos and detailed documentation for each package.\n\n## Used by\n\n\u003Ca href=\"https:\u002F\u002Fmidday.ai\">\n  \u003Cimg src=\"https:\u002F\u002Fpbs.twimg.com\u002Fprofile_images\u002F1930607581971501057\u002Fvz4YyNOV_400x400.png\" alt=\"Midday\" width=\"48\" height=\"48\" style=\"vertical-align:middle; border-radius:8px;\" \u002F>\n\u003C\u002Fa>\n\n## License\n\nMIT\n","AI SDK Tools 是一个用于构建生产级AI应用的实用工具集，支持Vercel AI SDK。其核心功能包括状态管理、调试工具、结构化流处理、智能代理和缓存等，旨在简化开发流程并提高应用性能。该工具包使用TypeScript编写，提供统一安装或按需安装多个子包的方式，方便开发者灵活选择所需组件。它特别适用于需要高效管理和优化AI聊天应用状态、增强调试能力、实现复杂多代理交互以及改善数据持久化的场景。",2,"2026-06-11 03:47:58","high_star"]