<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rasa Community — Library</title>
    <link>https://rasa.community/library/</link>
    <description>Writing, talks, courses and hosted tutorials on harness engineering: making AI agents hold up in production.</description>
    <language>en-GB</language>
    <atom:link href="https://rasa.community/rss.xml" rel="self" type="application/rss+xml"/>
    <lastBuildDate>Wed, 26 Aug 2026 00:00:00 GMT</lastBuildDate>
    <item>
      <title>Tool Scope and Memory Scope in Rasa Mantle</title>
      <link>https://rasa.community/library/tutorials/tools-and-memory/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/tools-and-memory/</guid>
      <description>Where a tool belongs and where a memory field belongs — build a bank agent whose caller verifies exactly once, and learn the rules behind local, global, project, public, and private scope.</description>
      <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
      <category>skills</category>
      <category>architecture</category>
      <category>rasa</category>
    </item>
    <item>
      <title>Tool Scope and Memory Scope in Rasa Mantle — Chapter 1 — Set up Sterling</title>
      <link>https://rasa.community/library/tutorials/tools-and-memory/01-setup/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/tools-and-memory/01-setup/</guid>
      <description>Install the companion project, train the agent, and run the conversation you will spend the rest of the tutorial taking apart.</description>
      <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Tool Scope and Memory Scope in Rasa Mantle — Chapter 2 — Local tools</title>
      <link>https://rasa.community/library/tutorials/tools-and-memory/02-local-tools/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/tools-and-memory/02-local-tools/</guid>
      <description>A tool that belongs to exactly one skill lives in that skill folder, is auto-discovered, and travels with the skill.</description>
      <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Tool Scope and Memory Scope in Rasa Mantle — Chapter 3 — Global tools</title>
      <link>https://rasa.community/library/tutorials/tools-and-memory/03-global-tools/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/tools-and-memory/03-global-tools/</guid>
      <description>When more than one skill needs the same capability, define it once at the project root and import it explicitly.</description>
      <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Tool Scope and Memory Scope in Rasa Mantle — Chapter 4 — Project memory</title>
      <link>https://rasa.community/library/tutorials/tools-and-memory/04-project-memory/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/tools-and-memory/04-project-memory/</guid>
      <description>The layer that stops the caller re-authenticating: facts about the session that every skill can read.</description>
      <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Tool Scope and Memory Scope in Rasa Mantle — Chapter 5 — Public and private skill memory</title>
      <link>https://rasa.community/library/tutorials/tools-and-memory/05-skill-memory/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/tools-and-memory/05-skill-memory/</guid>
      <description>Skill-scoped state, split into what other skills may read and what never leaves the skill — enforced by the runtime.</description>
      <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Tool Scope and Memory Scope in Rasa Mantle — Chapter 6 — Portability, and what it cost</title>
      <link>https://rasa.community/library/tutorials/tools-and-memory/06-portability/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/tools-and-memory/06-portability/</guid>
      <description>Why explicit tools and explicit memory make a skill folder movable, plus the mistakes worth knowing before you hit them.</description>
      <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Build a Voice AI Agent with Rasa Skills — Chapter 1 — Scaffold a voice agent</title>
      <link>https://rasa.community/library/tutorials/voice-ai-agent/01-scaffold/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/voice-ai-agent/01-scaffold/</guid>
      <description>Create a Skills project with Deepgram ASR and TTS, set your keys, and speak to Atlas for the first time.</description>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Build a Voice AI Agent with Rasa Skills — Chapter 2 — First skill (FAQ)</title>
      <link>https://rasa.community/library/tutorials/voice-ai-agent/02-first-skill/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/voice-ai-agent/02-first-skill/</guid>
      <description>Add a prose-only trip FAQ skill with a references folder — no tools required.</description>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Build a Voice AI Agent with Rasa Skills — Chapter 3 — First tool</title>
      <link>https://rasa.community/library/tutorials/voice-ai-agent/03-first-tool/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/voice-ai-agent/03-first-tool/</guid>
      <description>Add check_itinerary with Mantle @tool functions backed by a demo SQLite database.</description>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Build a Voice AI Agent with Rasa Skills — Chapter 4 — Tool constraints</title>
      <link>https://rasa.community/library/tutorials/voice-ai-agent/04-tool-constraints/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/voice-ai-agent/04-tool-constraints/</guid>
      <description>Gate get_flight_status until booking_ref exists — the first hard guarantee.</description>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Build a Voice AI Agent with Rasa Skills — Chapter 5 — Scoped instructions</title>
      <link>https://rasa.community/library/tutorials/voice-ai-agent/05-scoped-instructions/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/voice-ai-agent/05-scoped-instructions/</guid>
      <description>Use if: markers so only the matching flight-status branch stays in the model context.</description>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Build a Voice AI Agent with Rasa Skills — Chapter 6 — Verbatim responses for voice</title>
      <link>https://rasa.community/library/tutorials/voice-ai-agent/06-verbatim-responses/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/voice-ai-agent/06-verbatim-responses/</guid>
      <description>Deliver exact wording with utter: triggers and responses.yml — recording notices the LLM cannot rewrite.</description>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Build a Voice AI Agent with Rasa Skills — Chapter 7 — Ordered blocks</title>
      <link>https://rasa.community/library/tutorials/voice-ai-agent/07-ordered-blocks/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/voice-ai-agent/07-ordered-blocks/</guid>
      <description>Build report_baggage with a strict collection sequence, confirmation, and verbatim notices.</description>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Build a Voice AI Agent with Rasa Skills — Chapter 8 — Compose skills</title>
      <link>https://rasa.community/library/tutorials/voice-ai-agent/08-compose-skills/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/voice-ai-agent/08-compose-skills/</guid>
      <description>Build change_booking from authenticate and find_booking with @skill references and confirmation gates.</description>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Build a Voice AI Agent with Rasa Skills — Chapter 9 — Voice deep dive</title>
      <link>https://rasa.community/library/tutorials/voice-ai-agent/09-voice-deep-dive/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/voice-ai-agent/09-voice-deep-dive/</guid>
      <description>Tune Deepgram end-of-turn, format speech for TTS, and recover from ASR mistakes.</description>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Build a Voice AI Agent with Rasa Skills — Chapter 10 — Coding agents and the flywheel</title>
      <link>https://rasa.community/library/tutorials/voice-ai-agent/10-flywheel/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/voice-ai-agent/10-flywheel/</guid>
      <description>Point Cursor or Claude Code at your Skills project and close the loop with conversation-driven development.</description>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
    </item>
    <item>
      <title>Build a Voice AI Agent with Rasa Skills</title>
      <link>https://rasa.community/library/tutorials/voice-ai-agent/</link>
      <guid isPermaLink="true">https://rasa.community/library/tutorials/voice-ai-agent/</guid>
      <description>Flagship walkthrough of the Skills architecture and Deepgram voice — from a first skill to progressive control, composition, and spoken agents.</description>
      <pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate>
      <author>Rod Rivera</author>
      <category>tutorial</category>
      <category>voice</category>
      <category>skills</category>
      <category>rasa</category>
    </item>
    <item>
      <title>Enterprise AI Security and Compliance: A Practical Framework</title>
      <link>https://rasa.com/blog/enterprise-ai-security</link>
      <guid isPermaLink="true">https://rasa.com/blog/enterprise-ai-security</guid>
      <description>A framework for thinking about security and compliance when agents handle real customer data.</description>
      <pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate>
      <author>Rasa team</author>
      <category>article</category>
      <category>security</category>
      <category>enterprise</category>
    </item>
    <item>
      <title>How to Build an AI Agent: A Developer&apos;s Guide</title>
      <link>https://rasa.com/blog/how-to-build-an-ai-agent</link>
      <guid isPermaLink="true">https://rasa.com/blog/how-to-build-an-ai-agent</guid>
      <description>A practical walkthrough of what goes into a production agent, from architecture choices to evaluation.</description>
      <pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate>
      <author>Rasa team</author>
      <category>article</category>
      <category>agents</category>
    </item>
    <item>
      <title>Introducing Rasa University: A Hands-on Learning Path for Agent Engineers</title>
      <link>https://rasa.com/blog/introducing-rasa-university-a-hands-on-learning-path-for-agent-engineers</link>
      <guid isPermaLink="true">https://rasa.com/blog/introducing-rasa-university-a-hands-on-learning-path-for-agent-engineers</guid>
      <description>The launch post for Rasa University — what the learning path covers and how the developer certification works.</description>
      <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
      <author>Rasa team</author>
      <category>article</category>
      <category>rasa</category>
      <category>learning</category>
    </item>
    <item>
      <title>Why Voice AI Agents Fail</title>
      <link>https://github.com/RasaHQ/why-voice-ai-agents-fail</link>
      <guid isPermaLink="true">https://github.com/RasaHQ/why-voice-ai-agents-fail</guid>
      <description>The voice-specific companion course — latency, barge-in, transcription errors, and the failure modes unique to speaking agents.</description>
      <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
      <author>Rasa team</author>
      <category>course</category>
      <category>harness-engineering</category>
      <category>voice</category>
    </item>
    <item>
      <title>Why Agents Fail</title>
      <link>https://github.com/RasaHQ/why-agents-fail</link>
      <guid isPermaLink="true">https://github.com/RasaHQ/why-agents-fail</guid>
      <description>A free, self-paced course on harness engineering: why LLM agents break in production and what to do about it.</description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <author>Rasa team</author>
      <category>course</category>
      <category>harness-engineering</category>
      <category>agents</category>
    </item>
  </channel>
</rss>
