<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>AI Agent on Jermineの博客 </title>
    <link>https://Jermine.vdo.pub/tags/ai-agent/</link>
    <description>Recent content in AI Agent on Jermineの博客 </description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Thu, 04 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://Jermine.vdo.pub/tags/ai-agent/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ArtifactFS：Cloudflare 用 Go 写了个 FUSE 文件系统，Git 大仓库秒挂载</title>
      <link>https://Jermine.vdo.pub/posts/artifactfs-git-fuse-filesystem/</link>
      <pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://Jermine.vdo.pub/posts/artifactfs-git-fuse-filesystem/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;你有没有等过 &lt;code&gt;git clone&lt;/code&gt; 一个大仓库？Chrome 的源码 30GB+，Linux 内核 4GB+，clone 一次可能要等十几分钟。对人类来说这只是一杯咖啡的时间，但对 AI Agent 沙箱、CI/CD 容器、预览环境来说，这些等待时间是无法接受的——容器启动后需要立刻访问代码，而不是等 10 分钟 clone 完成再开始工作。&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Cloudflare 的 &lt;strong&gt;ArtifactFS&lt;/strong&gt; 就是来解决这个问题。它用 Go 写了一个 FUSE 文件系统，把 Git 仓库&amp;quot;秒挂载&amp;quot;为本地目录——先暴露完整的文件树，文件内容按需从远程拉取。操作系统看到的和一个正常的 &lt;code&gt;git clone&lt;/code&gt; 一模一样，但&lt;strong&gt;你不需要等待 clone 完成&lt;/strong&gt;。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
