<?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: DeRucci69</title>
    <description>The latest articles on DEV Community by DeRucci69 (@derucci69).</description>
    <link>https://dev.to/derucci69</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%2F3293504%2Fe7066936-314b-49e2-80ef-e906c1d97fde.jpg</url>
      <title>DEV Community: DeRucci69</title>
      <link>https://dev.to/derucci69</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/derucci69"/>
    <language>en</language>
    <item>
      <title>runtime API discovery for LLM agents using a simple agents.json</title>
      <dc:creator>DeRucci69</dc:creator>
      <pubDate>Wed, 25 Jun 2025 10:42:16 +0000</pubDate>
      <link>https://dev.to/derucci69/runtime-api-discovery-for-llm-agents-using-a-simple-agentsjson-4dno</link>
      <guid>https://dev.to/derucci69/runtime-api-discovery-for-llm-agents-using-a-simple-agentsjson-4dno</guid>
      <description>&lt;p&gt;Current LLM tool use assumes compile-time bindings — every tool must be known in advance, added to the prompt, and hardcoded in.&lt;/p&gt;

&lt;p&gt;We built Invoke, a lightweight framework that lets agents discover and invoke APIs dynamically at runtime using a simple agents.json descriptor — no plugins, no schemas, no registries.&lt;/p&gt;

&lt;p&gt;The LLM uses a single universal function and discovers available tools just like a browser loading links.&lt;/p&gt;

&lt;p&gt;whitepaper: &lt;a href="https://blog.invoke.network/you-dont-know-what-you-want-until-you-want-it/" rel="noopener noreferrer"&gt;https://blog.invoke.network/you-dont-know-what-you-want-until-you-want-it/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Github: &lt;a href="https://github.com/mercury0100/invoke" rel="noopener noreferrer"&gt;https://github.com/mercury0100/invoke&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1-minute demo: &lt;a href="https://www.youtube.com/watch?v=CQISrRpyigs" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=CQISrRpyigs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback and ideas — especially if you’re working on LLM agents or LangChain-style tooling.&lt;/p&gt;

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