<?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: Tim Chen</title>
    <description>The latest articles on DEV Community by Tim Chen (@tim_chen_2eda10383a5027d3).</description>
    <link>https://dev.to/tim_chen_2eda10383a5027d3</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4095153%2F0eb8a216-966b-4b53-92be-6af36030f4b0.jpg</url>
      <title>DEV Community: Tim Chen</title>
      <link>https://dev.to/tim_chen_2eda10383a5027d3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tim_chen_2eda10383a5027d3"/>
    <language>en</language>
    <item>
      <title>My first opensource agent cli &amp; sdk</title>
      <dc:creator>Tim Chen</dc:creator>
      <pubDate>Wed, 26 Aug 2026 06:31:46 +0000</pubDate>
      <link>https://dev.to/tim_chen_2eda10383a5027d3/my-first-opensource-agent-cli-sdk-3o14</link>
      <guid>https://dev.to/tim_chen_2eda10383a5027d3/my-first-opensource-agent-cli-sdk-3o14</guid>
      <description>&lt;p&gt;I built tinyagent to explore how little code is needed to implement a useful AI agent.&lt;/p&gt;

&lt;p&gt;The focus is the core loop, plus just enough sessions, memory, MCP, and skills to make it practical.&lt;/p&gt;

&lt;p&gt;It’s a single user, single process runtime with a CLI and Python SDK.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/timczm" rel="noopener noreferrer"&gt;
        timczm
      &lt;/a&gt; / &lt;a href="https://github.com/timczm/tinyagent" rel="noopener noreferrer"&gt;
        tinyagent
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      The core agent loop in a small Python codebase
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;p&gt;English | &lt;a href="https://github.com/timczm/tinyagent/README.zh-Hans.md" rel="noopener noreferrer"&gt;简体中文&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A lightweight Python agent for one trusted user and one running instance.&lt;/p&gt;
&lt;p&gt;tinyagent provides a command-line interface and an in-process Python SDK, with support for DeepSeek and custom OpenAI-compatible providers, persistent sessions, workspace tools, layered memory, MCP servers, and progressively loaded skills.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;tinyagent requires Python 3.11 or later and currently targets Linux first.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Highlights&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;One runtime, two interfaces:&lt;/strong&gt; the CLI and Python SDK share the same async agent runtime.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Provider flexibility:&lt;/strong&gt; use DeepSeek out of the box or configure another OpenAI-compatible Chat Completions endpoint.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Persistent work:&lt;/strong&gt; sessions and complete message history are stored in SQLite outside the workspace.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Workspace-aware tools:&lt;/strong&gt; read, write, patch, list, and execute commands within a validated workspace boundary.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Layered memory:&lt;/strong&gt; combine compacted conversation context with curated, human-readable long-term memory.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MCP integration:&lt;/strong&gt; connect remote Streamable HTTP servers or local stdio servers through an explicit tool registry.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Progressive skills:&lt;/strong&gt; keep reusable instructions in &lt;code&gt;SKILL.md&lt;/code&gt; files…&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/timczm/tinyagent" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


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