<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: fan敬文</title>
    <description>The latest articles on DEV Community by fan敬文 (@fan_929d702ddbbf4d65847).</description>
    <link>https://dev.to/fan_929d702ddbbf4d65847</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3730492%2F54ba5c6b-21a1-44ba-94ab-9d3dc21e5596.png</url>
      <title>DEV Community: fan敬文</title>
      <link>https://dev.to/fan_929d702ddbbf4d65847</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fan_929d702ddbbf4d65847"/>
    <language>en</language>
    <item>
      <title>OpenAI Agent Runtime: Building Resilient Agent</title>
      <dc:creator>fan敬文</dc:creator>
      <pubDate>Sat, 24 Jan 2026 17:14:07 +0000</pubDate>
      <link>https://dev.to/fan_929d702ddbbf4d65847/openai-agent-runtime-building-resilient-agent-160a</link>
      <guid>https://dev.to/fan_929d702ddbbf4d65847/openai-agent-runtime-building-resilient-agent-160a</guid>
      <description>&lt;p&gt;OpenAI Agent Runtime extends the basic runner SDK to provide a full-fledged engine for long-running, stateful and recoverable agent systems.&lt;/p&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Robust lifecycle management (INIT, PLANNING, EXECUTING, OBSERVING, TERMINATED/FAILED).&lt;/li&gt;
&lt;li&gt;Dual-layer persistence: machine-readable JSONL event stream + human-readable Markdown trace.&lt;/li&gt;
&lt;li&gt;Checkpoint &amp;amp; resume: state saved after each step, resume with &lt;code&gt;resume_from&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;MCP &amp;amp; local model support: works with Model Context Protocol servers and local models (Ollama, vLLM).&lt;/li&gt;
&lt;li&gt;Interactive REPL demo for experimentation.
&lt;a href="https://github.com/study8677/openai-agent-runtime" rel="noopener noreferrer"&gt;https://github.com/study8677/openai-agent-runtime&lt;/a&gt;
Getting started: clone the repo, install dependencies, run the REPL demo with your OpenAI API key. Contributions welcome.
Applications&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>openai</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
