<?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: Jacob</title>
    <description>The latest articles on DEV Community by Jacob (@jacob_m8tes).</description>
    <link>https://dev.to/jacob_m8tes</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%2F3787804%2F20ddc4d2-269f-43ec-b9da-83d8d7414555.png</url>
      <title>DEV Community: Jacob</title>
      <link>https://dev.to/jacob_m8tes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jacob_m8tes"/>
    <language>en</language>
    <item>
      <title>[Boost]</title>
      <dc:creator>Jacob</dc:creator>
      <pubDate>Mon, 23 Feb 2026 22:57:10 +0000</pubDate>
      <link>https://dev.to/jacob_m8tes/-266f</link>
      <guid>https://dev.to/jacob_m8tes/-266f</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/jacob_m8tes" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3787804%2F20ddc4d2-269f-43ec-b9da-83d8d7414555.png" alt="jacob_m8tes"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/jacob_m8tes/python-sdk-for-building-autonomous-ai-teammates-2bd0" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Python SDK for building autonomous AI teammates&lt;/h2&gt;
      &lt;h3&gt;Jacob ・ Feb 23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#agents&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#ai&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#showdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#python&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>agents</category>
      <category>ai</category>
      <category>showdev</category>
      <category>python</category>
    </item>
    <item>
      <title>Python SDK for building autonomous AI teammates</title>
      <dc:creator>Jacob</dc:creator>
      <pubDate>Mon, 23 Feb 2026 22:55:20 +0000</pubDate>
      <link>https://dev.to/jacob_m8tes/python-sdk-for-building-autonomous-ai-teammates-2bd0</link>
      <guid>https://dev.to/jacob_m8tes/python-sdk-for-building-autonomous-ai-teammates-2bd0</guid>
      <description>&lt;p&gt;I made an SDK to quickly deploy agents in a hosted sandbox runtime:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Supports actions and knowledge in 150+ of the most popular SaaS apps&lt;/li&gt;
&lt;li&gt;Scheduled runs for automation&lt;/li&gt;
&lt;li&gt;Send emails to agents to delegate tasks&lt;/li&gt;
&lt;li&gt;Trigger tasks with webhook events&lt;/li&gt;
&lt;li&gt;Agent has memory of previous runs&lt;/li&gt;
&lt;li&gt;Human-in-the-loop with permissions, planning and asking questions.&lt;/li&gt;
&lt;li&gt;File handling for sharing outputs&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Deploy an agent in a couple of lines&lt;/strong&gt;
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. Create a task
task = client.tasks.create(
    teammate_id=bot.id,
    instructions="Send weekly ticket summary to team@acme.com"
)

2. Attach a schedule — every Monday at 9am Eastern
trigger = client.tasks.triggers.create(
    task.id,
    type="schedule",
    cron="0 9 * * 1",
    timezone="America/New_York"
)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Let me know what you think. Open for any feedback or ideas!&lt;/p&gt;

&lt;p&gt;See more here &lt;a href="https://www.m8tes.ai/developers" rel="noopener noreferrer"&gt;https://www.m8tes.ai/developers&lt;/a&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>showdev</category>
      <category>python</category>
    </item>
  </channel>
</rss>
