<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vercel on Text Matrix</title><link>https://txtmix.com/tags/vercel/</link><description>Recent content in Vercel on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:55:34 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/vercel/index.xml" rel="self" type="application/rss+xml"/><item><title>zerolang：Vercel 实验性 AI 优先编程语言，为 Agent 时代重新设计语言体验</title><link>https://txtmix.com/posts/tech/zerolang-vercel-ai-first-programming-language/</link><pubDate>Fri, 22 May 2026 11:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/zerolang-vercel-ai-first-programming-language/</guid><description>&lt;h2 id="什么是-zerolang">什么是 zerolang&lt;/h2>
&lt;p>zerolang（&lt;a href="https://github.com/vercel-labs/zerolang" target="_blank" rel="noopener noreffer ">vercel-labs/zerolang&lt;/a>）是 Vercel Labs 推出的实验性编程语言，项目自我介绍是「an experiment in building an agent-first programming language」——专为 AI 智能体从头设计的编程语言，目前处于 pre-1.0 的不稳定状态。&lt;/p></description></item><item><title>Open Agents：Vercel 开源的云端 AI 编码智能体模板</title><link>https://txtmix.com/posts/tech/open-agents-vercel-cloud-coding-agent-guide/</link><pubDate>Fri, 08 May 2026 03:11:04 +0800</pubDate><guid>https://txtmix.com/posts/tech/open-agents-vercel-cloud-coding-agent-guide/</guid><description>&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>读完这篇文章后，你应该能够：&lt;/p>
&lt;ol>
&lt;li>理解 Open Agents 的三层架构设计（Web、Agent Workflow、Sandbox VM）及其设计动机。&lt;/li>
&lt;li>掌握 Open Agents 的核心架构决策：Agent 不运行在 Sandbox 内部，而是通过工具与 Sandbox 交互。&lt;/li>
&lt;li>能够基于官方模板在 Vercel 上完成一键部署，并配置 GitHub 集成。&lt;/li>
&lt;li>理解 Sandbox 的生命周期管理（休眠与恢复）机制以及其对 Agent 稳定性的影响。&lt;/li>
&lt;li>判断 Open Agents 适合哪些场景，以及如何基于该模板做二次开发。&lt;/li>
&lt;/ol>
&lt;hr>
&lt;h2 id="一项目概述">一、项目概述&lt;/h2>
&lt;h3 id="11-什么是-open-agents">1.1 什么是 Open Agents&lt;/h3>
&lt;p>&lt;strong>Open Agents&lt;/strong>（&lt;a href="https://github.com/vercel-labs/open-agents" target="_blank" rel="noopener noreffer ">vercel-labs/open-agents&lt;/a>，4.9k Stars）是 Vercel 团队开源的一个参考模板，用于在 Vercel 平台上构建和运行云端 AI 编码智能体（Background Coding Agents）。&lt;/p></description></item><item><title>经济财经早报 2026-04-20</title><link>https://txtmix.com/posts/news/financial-morning-news-2026-04-20/</link><pubDate>Mon, 20 Apr 2026 07:30:00 +0800</pubDate><guid>https://txtmix.com/posts/news/financial-morning-news-2026-04-20/</guid><description>&lt;h1 id="经济财经早报-2026-04-20">经济财经早报 2026-04-20&lt;/h1>
&lt;p>🦞 每日08:00自动更新&lt;/p>
&lt;hr>
&lt;h2 id="-金融最新消息">💵 金融最新消息&lt;/h2>
&lt;h3 id="vercel确认四月份安全事件">Vercel确认四月份安全事件&lt;/h3>
&lt;p>Vercel已确认四月初发生的安全事件，黑客组织声称正在出售据称从该公司窃取的用户数据。Vercel表示正在对此事件进行调查，并已通知可能受影响的客户。这一事件再次凸显了SaaS平台面临的安全挑战，以及云服务提供商在数据保护方面的责任。&lt;/p></description></item><item><title>Vercel Open Agents：2.4K Stars的云端Agent部署模板——Web/Workflow/Sandbox三层架构、GitHub集成、Session共享</title><link>https://txtmix.com/posts/tech/vercel-open-agents-cloud-agent-template/</link><pubDate>Thu, 16 Apr 2026 02:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/vercel-open-agents-cloud-agent-template/</guid><description>&lt;h1 id="vercel-open-agents24k-stars的云端agent部署模板webworkflowsandbox三层架构github集成session共享">Vercel Open Agents：2.4K Stars的云端Agent部署模板——Web/Workflow/Sandbox三层架构、GitHub集成、Session共享&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：后端开发者、AI应用架构师、对云端Agent部署感兴趣的工程师
&lt;strong>预计阅读时间&lt;/strong>：40-55分钟
&lt;strong>前置知识&lt;/strong>：TypeScript/Next.js 基础、了解 Agent 基本概念
&lt;strong>难度定位&lt;/strong>：⭐⭐⭐⭐ 专家设计&lt;/p></description></item><item><title>Agent Browser：面向 AI Agent 的原生浏览器自动化 CLI 指南</title><link>https://txtmix.com/posts/tech/agent-browser-vercel-ai-browser-automation-guide/</link><pubDate>Sun, 12 Apr 2026 11:40:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/agent-browser-vercel-ai-browser-automation-guide/</guid><description>本文基于官方 README 与 CLI 帮助信息，系统讲清 Agent Browser 的安装方法、snapshot + ref 工作流、会话与认证管理、安全控制、调试观测与 Agent 集成边界。</description></item></channel></rss>