<?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: ventura</title>
    <description>The latest articles on DEV Community by ventura (@venturaproject).</description>
    <link>https://dev.to/venturaproject</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%2F519192%2Fe498c560-fcd2-4d7a-a645-175c0bfc81c0.png</url>
      <title>DEV Community: ventura</title>
      <link>https://dev.to/venturaproject</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/venturaproject"/>
    <language>en</language>
    <item>
      <title>Rust Runtime to Give AI Agents Real DevOps Tools</title>
      <dc:creator>ventura</dc:creator>
      <pubDate>Mon, 31 Aug 2026 13:12:58 +0000</pubDate>
      <link>https://dev.to/venturaproject/rust-runtime-to-give-ai-agents-real-devops-tools-4mp5</link>
      <guid>https://dev.to/venturaproject/rust-runtime-to-give-ai-agents-real-devops-tools-4mp5</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgy541zh66ffokzqd3hjb.png" class="article-body-image-wrapper"&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgy541zh66ffokzqd3hjb.png" alt=" " width="800" height="320"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’ve been building &lt;strong&gt;tooler&lt;/strong&gt;, an open-source runtime written in Rust designed to give developers, DevOps workflows, and AI agents a consistent set of real-world tools.&lt;/p&gt;

&lt;p&gt;Instead of letting an agent rely on arbitrary shell commands, tooler provides structured capabilities for HTTP requests, databases, filesystems, processes, logs, Git/GitHub, deployments, health checks, systemd, cron, remote hosts, and reusable playbooks.&lt;/p&gt;

&lt;p&gt;It also exposes its capabilities through &lt;strong&gt;MCP&lt;/strong&gt;, making them directly accessible to AI agents.&lt;/p&gt;

&lt;p&gt;The idea is simple:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LLM → reasoning and planning → tooler → deterministic execution&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This creates a clean separation between what the agent decides to do and how those operations are safely and consistently executed.&lt;/p&gt;

&lt;p&gt;tooler is built in &lt;strong&gt;Rust&lt;/strong&gt;, distributed as a standalone binary, and designed for both humans and AI agents.&lt;/p&gt;

&lt;p&gt;In this post, I’ll introduce the project, its architecture, why I built it, and how I’m exploring tooler as an execution layer for increasingly complex agentic workflows.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/venturaproject/tooler" rel="noopener noreferrer"&gt;https://github.com/venturaproject/tooler&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>ai</category>
      <category>agents</category>
    </item>
    <item>
      <title>GitHub Copilot CLI (Public Preview)</title>
      <dc:creator>ventura</dc:creator>
      <pubDate>Mon, 29 Sep 2025 16:32:14 +0000</pubDate>
      <link>https://dev.to/venturaproject/github-copilot-cli-public-preview-eh6</link>
      <guid>https://dev.to/venturaproject/github-copilot-cli-public-preview-eh6</guid>
      <description>&lt;p&gt;The command-line interface (CLI) for GitHub Copilot  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/github/copilot-cli?tab=readme-ov-file" rel="noopener noreferrer"&gt;Repositorio en GitHub&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://docs.github.com/es/copilot/concepts/agents/about-copilot-cli" rel="noopener noreferrer"&gt;Documentación oficial&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
