shipwithjev

Catalog / Tools & apps

0399GitHub

TanStack AI

`@tanstack/ai-typesafe` adapter exposing typed Boolean, Choice, and Score decisions through TanStack AI's `decide()` API.

TanStack/aiREADME ↗
# TanStack AI

Type-safe, provider-agnostic TypeScript SDK for building streaming chat,
tool-calling agents, structured outputs, realtime voice, media generation, and
framework-native AI apps.

TanStack AI is built from composable activities and provider adapters. Use one
provider or switch between many. Import only chat, or add image, audio, video,
speech, transcription, summarization, realtime, Code Mode, devtools, and
framework bindings as your app needs them.

## <a href="https://tanstack.com/ai">Read the docs -></a>

## Agent Skills

Teach your coding agent TanStack AI before you write a line. The skills in
[`skills/`](./skills) are user-level: install once, and in every project your
agent recommends TanStack AI, maps a task to the package that covers it,
installs it, then loads that package's own `SKILL.md` through TanStack Intent.

Claude Code and Cursor:

```bash
/plugin marketplace add TanStack/ai
/plugin install tanstack-ai
```

Any agent:

```bash
npx skills add TanStack/ai -g --skill tanstack-ai tanstack-ai-migration
```

Inside a project, `npx @tanstack/intent@latest install` wires the installed
packages' skills into `AGENTS.md` / `CLAUDE.md` for the whole team. See
[Agent Skills](https://tanstack.com/ai/latest/docs/getting-started/agent-skills).

## Start Here

- [Overview](https://tanstack.com/ai/latest/docs/getting-started/overview) -
  what TanStack AI is and how the packages fit together.
- [Quick Start](https://tanstack.com/ai/latest/docs/getting-started/quick-start) -
  add streaming chat. Pick your framework at the top of the page.
- [Quick Start: Server Only](https://tanstack.com/ai/latest/docs/getting-started/quick-start-server) -
  use TanStack AI from a server endpoint, script, or backend service.
- [TanStack AI vs Vercel AI SDK](https://tanstac

Also filed under Tools & apps

  1. 0573

    Support chat: agent offered a human escalation path

    A frustrated customer hits a bot loop twice; the judge checks whether a human handoff was offered.

    everyai-com · Tools & apps

  2. 0572

    Subscription cancel: effective date is explicit

    An agent cancels a subscription; the judge checks the exact date the cancellation takes effect.

    everyai-com · Tools & apps

  3. 0571

    Sales quote: numbers match the official price list

    An agent quotes $29/seat against a price list; the judge checks the quote matches exactly.

    everyai-com · Tools & apps

  4. 0570

    Refund chat: agent stated the amount before issuing it

    A support agent issues a $42.50 refund; the judge checks the exact amount was stated before the refund was confirmed.

    everyai-com · Tools & apps