Tryeve // an agent runtime for Eve

describe an agent. get a working one.

features

build & test
↳ describe an agent in plain english
↳ generates real, working eve files
↳ tested against a live eve runtime before you see it
↳ generation and testing run as one durable step, survives crashes
↳ if a build fails, the reason is shown and you can retry with one click

chat & share
↳ inspect every file with syntax highlighting
↳ export the full agent as a zip
↳ share a live link to any agent you build
↳ connect to your agent right after it’s built, no install needed
↳ chat with it live, with markdown-formatted replies

reliability
↳ reload the page anytime, your agent and chat pick up right where you left off
↳ idle or closed sandboxes shut down automatically, nothing left running
↳ warned before disconnect, never cut off without notice
↳ your history is private, delete any entry or clear it all

built with ▲ vercel products
↳ next.js: the app itself
↳ ai gateway: routes the generation request to a model
↳ ai sdk: streams the model’s response
↳ sandbox: tests every agent against a real eve runtime, then runs it live so you can talk to it
↳ workflow sdk: runs generate and test as one durable step, survives crashes
↳ blob: stores each generated agent and its live chat session, so shared links and reloads stay in sync
↳ cron: sweeps stale sandbox sessions on a schedule
↳ firewall: rate limits generation and connect requests to keep usage fair
↳ ai elements: the chat interface, task progress ui, shimmer loading text
↳ streamdown: renders code and markdown cleanly
↳ shadcn/ui: every ui component
↳ vercel: hosts and deploys the app
↳ analytics: tracks real usage without slowing anything down

open source: GitHub - AbhiVarde/tryeve: Agent Runtime for eve, tested against a live eve runtime, ready to talk before you ever see it. · GitHub
live: https://tryeve.abhivarde.in/

would love feedback from the eve or vercel team, open to adding more free vercel products or useful features.

x: Abhi Varde on X: "introducing tryeve, an agent runtime for eve describe an agent. get a working one. ↳ ai gateway + ai sdk to generate it ↳ sandbox to test it live ↳ workflow sdk for a durable pipeline ↳ blob, firewall, cron to keep clean https://t.co/JwPkytozWb cc: @AmyAEgan @mayvencraft https://t.co/LW8W6UEAuy" / X
linkedin: introducing tryeve, an agent runtime for Eve.dev 🖤 describe an agent, and it's generated, tested against a real eve runtime, and ready to talk to, before you ever see it. no install, no… | Abhi Varde

4 Likes

tryeve update: github deploy, real shared chat, 14 ▲ products

new
↳ deploy any generated agent straight to your own github via vercel connect, no oauth setup, no stored secret

fixed
↳ shared links now let anyone chat with your live agent, not just view files
↳ chat history persists, reopening an agent restores the real conversation
↳ only the creator can overwrite or stop a session, others can still chat
↳ switching tabs no longer disconnects your sandbox
↳ sandboxes capped per visitor, live chat now rate limited

now at 14 ▲ products: next.js, ai gateway, ai sdk, sandbox, workflow sdk, blob, cron, firewall, connect, ai elements, streamdown, shadcn/ui, vercel, analytics

try it: tryeve.abhivarde.in
source: GitHub - AbhiVarde/tryeve: Agent Runtime for eve, tested against a live eve runtime, ready to talk before you ever see it. · GitHub

p.s. hit hobby’s Sandbox Snapshot Storage limit, paused until 2026-08-01. Sandbox.create() defaults to persistent: true, fixed with persistent: false.

would love to hear how i can fix the current limit! :black_heart:

1 Like

tryeve update :black_heart:

added Vercel Connect support.

↳ deploy generated agents straight to your GitHub
↳ authorize once, no OAuth setup or manual tokens

full demo below :point_down:

Just saw this post and I love your website! Those animated icons in the top right the page are sick, where did you find those?

Also, great job on Tryeve, I love it! Keep up the good work @abhivarde

1 Like

thanks! those are from lucide-animated. it’s linked in the about.md too.
really appreciate the love for tryeve. :black_heart:

tryeve update :black_heart:

shared agent links are now conversations.

↳ persistent chat history
↳ sandbox stays alive across tabs
↳ share an agent with anyone

more below :point_down:

tryeve update: now built with 16 Vercel products.

new:
↳ BotID protects generation from bots
↳ Flags SDK for live model overrides

open source → tryeve.abhivarde.in

more below ↓
x.com/varde_abhi/status/2083217940527398915

2 Likes

tryeve update :black_heart:

end to end now, live app, working deploy flow.

new:
↳ deploy generated agents straight to your own github
↳ deploy that repo to your own vercel account
↳ observability traces the full sandbox pipeline

built with 17 Vercel products.

↳ live: https://tryeve.abhivarde.in/
↳ open-source: GitHub - AbhiVarde/tryeve: Agent Runtime for eve, tested against a live eve runtime, ready to talk before you ever see it. · GitHub

full demo below :point_down:

tryeve update :black_heart:

agents can now connect to real services over mcp.

new:
↳ name a service in your prompt, tryeve wires up the real mcp connection
↳ tested live, with exact missing creds when needed
↳ deploy to add credentials and chat with it for real

built on eve’s own mcp support:

built with 19 Vercel products.

↳ live: https://tryeve.abhivarde.in/
↳ open-source: GitHub - AbhiVarde/tryeve: Agent Runtime for eve, tested against a live eve runtime, then deployed as a live app to your own GitHub and Vercel. · GitHub

full demo below ↓

1 Like