Upgrade to Pro — share decks privately, control downloads, hide ads and more …

go-spidermonkeyでAIエージェントのCode Modeを実装する

Avatar for syumai syumai
August 24, 2026

go-spidermonkeyでAIエージェントのCode Modeを実装する

layerx.go #5 の発表資料です!
* https://layerx.connpass.com/event/402006/

Avatar for syumai

syumai

August 24, 2026

More Decks by syumai

Other Decks in Programming

Transcript

  1. 直近の話題: Vercel AI SDKのCode Modeサポート TypeScript向けのAI機能提供ライブラリとして最も有名なVercel AI SDKがCode Mode をサポートした

    Cloudflareがブログで示していたのはMCP toolにおけるユースケースだが、Vercel AI SDKはMCPに限らないツールのコード変換を対象としている Cloudflareに留まらず、活用が進んでいる https://ai-sdk.dev/docs/ai-sdk-core/code-mode © LayerX Inc. 18
  2. funcbox-agentのアーキテクチャ Backend: Genkit Go https://github.com/genkit-ai/genkit/tree/main/go Backend (Sandbox): go-spidermonkey Frontend: Vercel

    AI SDK + @genkit-ai/vercel-ai/client Genkitが公式でVercel AI SDKとのストリーム変換アダプタを提供している © LayerX Inc. 28