eve/ The Agent Framework Workshop

Useful Links

Official references for the framework, runtime, channels, and platform used in this workshop.

eve

  • eve

    The filesystem-first framework used throughout this workshop.

  • Templates

    Example agents for web chat, Slack, weather, and integrations.

  • Vercel Academy

    Step-by-step course for building a production bike shop dispatcher agent with eve.

  • r/eveAgents

    Community discussions, questions, and agent builds on Reddit.

  • eve on GitHub

    Source, issues, discussions, releases, and contribution guides.

  • Introducing eve

    The architecture and motivation behind the framework.

Models & Connections

  • Vercel AI Gateway

    Routes string model IDs through one model endpoint and credential.

  • Vercel Connect

    Handles OAuth, token storage, rotation, and trigger credentials.

  • AI SDK

    Provides the model and tool-calling primitives beneath eve.

  • Supabase

    Provides the native eve MCP connection and Postgres database used by the workshop.

Runtime

  • Workflow SDK

    Provides durable, checkpointed execution for eve sessions.

  • Vercel Sandbox

    Runs isolated agent workspace sessions on Vercel.

  • Chat SDK

    Supplies channel adapters for Slack, Discord, Teams, web, and more.

Ship & Learn

  • Vercel Plugin

    Gives AI coding tools Vercel-specific context, skills, specialist agents, and slash commands.

  • Vercel CLI

    Links projects, configures Connect, and deploys the agent.