Skip to content

Commit

Permalink
add rasa integration page (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlt authored Jan 30, 2025
1 parent 27b5a5a commit 5f22cb1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ navigation:
- page: LiveKit
path: integrate-with-sonic/livekit.mdx
icon: fa-circle
- page: Rasa
path: integrate-with-sonic/rasa.mdx
icon: fa-robot
- section: Enterprise
contents:
- page: Set up SSO
Expand All @@ -138,7 +141,7 @@ navigation:
api-name: voices
paginated: true
flattened: true
snippets:
snippets:
# python: "cartesia"
typescript: "@cartesia/cartesia-js"
layout:
Expand Down
15 changes: 15 additions & 0 deletions fern/integrate-with-sonic/rasa.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Rasa
---

Rasa provides a framework to manage dialogue and conversational agents. Get started with a tutorial on building a voice agent with Rasa and Cartesia, from start to finish:

<Card title="Tutorial: Build a Voice Agent with Rasa and Cartesia" href="https://rasa.com/blog/building-a-voice-bot-with-rasa-and-cartesia-a-technical-tutorial/">
Full tutorial for building a voice agent with Rasa and Cartesia.
</Card>

For implementation details, see their documentation:

<Card title="Rasa > Docs > Cartesia" href="https://rasa.com/docs/rasa-pro/production/speech-integrations/#cartesia-tts">
Rasa documentation for using Cartesia TTS.
</Card>

0 comments on commit 5f22cb1

Please sign in to comment.