<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Developers Digest - framework</title>
    <link>https://www.developersdigest.tech/tags/framework</link>
    <description>8 items tagged framework on Developers Digest - blog posts, tools, guides, and tutorials.</description>
    <language>en</language>
    <lastBuildDate>Mon, 06 Apr 2026 03:01:38 GMT</lastBuildDate>
    <atom:link href="https://www.developersdigest.tech/tags/framework/feed.xml" rel="self" type="application/rss+xml" />
    <image>
      <url>https://avatars.githubusercontent.com/u/124798203?v=4</url>
      <title>Developers Digest - framework</title>
      <link>https://www.developersdigest.tech/tags/framework</link>
    </image>
    <item>
      <title><![CDATA[Vercel AI SDK]]></title>
      <link>https://www.developersdigest.tech/tools/vercel-ai-sdk</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/tools/vercel-ai-sdk</guid>
      <description><![CDATA[The TypeScript toolkit for building AI apps. Unified API across OpenAI, Anthropic, Google. Streaming, tool calling, structured output, multi-step agents. 50K+ GitHub stars.]]></description>
      <pubDate>Wed, 01 Jan 2020 00:00:00 GMT</pubDate>
      <category>ai</category>
      <category>framework</category>
      <category>typescript</category>
      <category>streaming</category>
      <category>agents</category>
      <category>vercel</category>
      <category>react</category>
    </item>
    <item>
      <title><![CDATA[Claude Agent SDK]]></title>
      <link>https://www.developersdigest.tech/tools/claude-agent-sdk</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/tools/claude-agent-sdk</guid>
      <description><![CDATA[Anthropic's Python SDK for building production agent systems. Tool use, guardrails, agent handoffs, and orchestration. Released alongside Claude 4.]]></description>
      <pubDate>Wed, 01 Jan 2020 00:00:00 GMT</pubDate>
      <category>ai</category>
      <category>framework</category>
      <category>agents</category>
      <category>anthropic</category>
      <category>python</category>
      <category>tool-use</category>
    </item>
    <item>
      <title><![CDATA[LangChain / LangGraph]]></title>
      <link>https://www.developersdigest.tech/tools/langchain</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/tools/langchain</guid>
      <description><![CDATA[Most popular LLM framework. 100K+ GitHub stars. Chains, RAG, vector stores, tool use. LangGraph adds stateful multi-agent workflows with cycles and persistence.]]></description>
      <pubDate>Wed, 01 Jan 2020 00:00:00 GMT</pubDate>
      <category>ai</category>
      <category>framework</category>
      <category>python</category>
      <category>agents</category>
      <category>rag</category>
      <category>langsmith</category>
    </item>
    <item>
      <title><![CDATA[Composio]]></title>
      <link>https://www.developersdigest.tech/tools/composio</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/tools/composio</guid>
      <description><![CDATA[Gives AI agents access to 250+ external tools (GitHub, Slack, Gmail, databases) with managed OAuth. Handles the auth and API complexity so your agent doesn't have to.]]></description>
      <pubDate>Wed, 01 Jan 2020 00:00:00 GMT</pubDate>
      <category>ai</category>
      <category>framework</category>
      <category>tools</category>
      <category>integrations</category>
      <category>agents</category>
      <category>oauth</category>
      <category>mcp</category>
    </item>
    <item>
      <title><![CDATA[OpenAI Agents SDK]]></title>
      <link>https://www.developersdigest.tech/tools/openai-agents-sdk</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/tools/openai-agents-sdk</guid>
      <description><![CDATA[Lightweight Python framework for multi-agent systems. Agent handoffs, tool use, guardrails, tracing. Successor to the experimental Swarm project.]]></description>
      <pubDate>Wed, 01 Jan 2020 00:00:00 GMT</pubDate>
      <category>ai</category>
      <category>framework</category>
      <category>agents</category>
      <category>openai</category>
      <category>python</category>
      <category>multi-agent</category>
    </item>
    <item>
      <title><![CDATA[CrewAI]]></title>
      <link>https://www.developersdigest.tech/tools/crewai</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/tools/crewai</guid>
      <description><![CDATA[Multi-agent orchestration framework. Define agents with roles, goals, and tools, then assign them tasks in a crew. Python-based. Great for complex workflows.]]></description>
      <pubDate>Wed, 01 Jan 2020 00:00:00 GMT</pubDate>
      <category>ai</category>
      <category>framework</category>
      <category>agents</category>
      <category>multi-agent</category>
      <category>python</category>
      <category>orchestration</category>
    </item>
    <item>
      <title><![CDATA[Mastra]]></title>
      <link>https://www.developersdigest.tech/tools/mastra</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/tools/mastra</guid>
      <description><![CDATA[TypeScript-first AI agent framework. Workflows, RAG, tool use, evals, and integrations. Built for production Node.js apps. Open-source.]]></description>
      <pubDate>Wed, 01 Jan 2020 00:00:00 GMT</pubDate>
      <category>ai</category>
      <category>framework</category>
      <category>typescript</category>
      <category>agents</category>
      <category>workflows</category>
      <category>rag</category>
      <category>open-source</category>
    </item>
    <item>
      <title><![CDATA[LlamaIndex]]></title>
      <link>https://www.developersdigest.tech/tools/llamaindex</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/tools/llamaindex</guid>
      <description><![CDATA[LLM data framework for connecting custom data sources to language models. Best-in-class RAG, data connectors, and query engines. Python and TypeScript.]]></description>
      <pubDate>Wed, 01 Jan 2020 00:00:00 GMT</pubDate>
      <category>ai</category>
      <category>framework</category>
      <category>rag</category>
      <category>data</category>
      <category>python</category>
      <category>typescript</category>
      <category>vector-search</category>
    </item>
  </channel>
</rss>