Spaces:
Running
Running
Commit
·
1c988c1
1
Parent(s):
0a6b3fe
Added README.md config
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Voice Agent WebRTC + LangGraph (Quick Start)
|
2 |
|
3 |
This repository includes a complete voice agent stack:
|
|
|
1 |
+
---
|
2 |
+
title: Voice Agent WebRTC + LangGraph
|
3 |
+
emoji: 🎙️
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: docker
|
7 |
+
app_port: 7860
|
8 |
+
pinned: false
|
9 |
+
suggested_hardware: t4-small
|
10 |
+
short_description: Complete voice agent stack with LangGraph, Pipecat, WebRTC, ASR, and TTS
|
11 |
+
---
|
12 |
+
|
13 |
# Voice Agent WebRTC + LangGraph (Quick Start)
|
14 |
|
15 |
This repository includes a complete voice agent stack:
|