Vercel AI SDK 6는 TypeScript 앱 안의 Agent 추상화를 실전 표면으로 만들었다
AI SDK 6는 ToolLoopAgent, MCP OAuth/resources/prompts/elicitation, DevTools, UI streaming을 TypeScript 앱 흐름 안에 묶었다. Next.js와 Vercel 기반 개인 개발자에게는 LangGraph급 실행 환경보다 가볍게 agent UI를 붙이는 채택 후보가 됐다.
- 판정
- 채택
- 영향
- 88
- 이벤트
- 2025-12-22
- 출처
- 2개
바뀐 점
- AI SDK 6 release는 Agent 계열 API와 ToolLoopAgent를 앱 개발 표면으로 올렸다.
- MCP support는 OAuth authentication, resources, prompts, elicitation까지 확장되었다.
- structured output과 multi-step tool loop가 통합되어 TypeScript 앱에서 agent response와 UI streaming을 더 쉽게 묶는다.
맥락
- LangGraph가 durable backend 작업 흐름에 강하다면, AI SDK 6는 제품 UI, streaming, TypeScript 서버/클라이언트 boundary에 더 가깝다.
- OpenAI Apps SDK가 ChatGPT 안의 distribution surface라면, Vercel AI SDK는 자신의 웹앱 안에 agent interaction을 넣는 쪽이다.
판단 근거
- Vercel AI SDK 6 blog가 release 날짜와 MCP 지원 확장, ToolLoopAgent examples를 제공한다.
- AI SDK docs는 Agent overview와 migration guide를 통해 실제 API surface와 upgrade 리스크를 보여준다.
- Next.js/TypeScript 사용자에게는 로컬 우선 prototype부터 production UI까지 같은 stack으로 이어지는 장점이 크다.
근거 해석
Vercel AI SDK 6 release blog와 docs가 Agent API, ToolLoopAgent, MCP OAuth/resources/prompts/elicitation, UI integration 변화를 확인한다.
비교 축
- Vercel AI SDK vs LangGraph
- ToolLoopAgent
- MCP OAuth in TS
추천
웹앱 UI와 agent streaming이 핵심인 TypeScript 제품은 AI SDK 6를 기본 후보로 두고, 장기 persistence와 다중 에이전트 graph가 필요해질 때 LangGraph/Mastra로 확장하라.
위험
- Vercel/Next.js 결합도
- v5에서 v6 migration
- 장기 상태 persistence 직접 설계 필요
출처
-
블로그 AI SDK 6
2025-12-22 AI SDK 6 release, ToolLoopAgent, MCP 확장, structured output 확인 자료
https://vercel.com/blog/ai-sdk-6 -
공식 문서 Agents Overview - AI SDK
AI SDK Agent API와 TypeScript agent construction reference
https://ai-sdk.dev/docs/agents/overview