28
28
29
29
</div >
30
30
31
- ---
32
-
33
31
## 🎯 The Problem Every AI Developer Faces
34
32
35
33
You build an AI agent. It works great in testing. Then real users start talking to it and...
@@ -89,7 +87,9 @@ async def main():
89
87
tools = [get_weather]
90
88
)
91
89
92
- # 🎉 Agent ready at http://localhost:8800
90
+ # 🎉 Test playground ready at http://localhost:8800
91
+ # Integrate the official React widget into your app,
92
+ # or follow the tutorial to build your own frontend!
93
93
94
94
if __name__ == " __main__" :
95
95
import asyncio
@@ -100,32 +100,40 @@ if __name__ == "__main__":
100
100
101
101
## 🎬 See It In Action
102
102
103
- <img alt =" Parlant Demo " src =" https://www. parlant.io/img/example-scheduling-journey .gif " width =" 100% " />
103
+ <img alt =" Parlant Demo " src =" https://github.com/emcie-co/ parlant/blob/develop/docs/demo .gif?raw=true " width =" 100% " />
104
104
105
105
## 🔥 Why Developers Are Switching to Parlant
106
106
107
- <table >
107
+ <table width = " 100% " >
108
108
<tr >
109
- <td width =" 50% " >
109
+ <td width =" 50% " >
110
110
111
111
### 🏗️ ** Traditional AI Frameworks**
112
112
113
+ </td >
114
+ <td width =" 50% " >
115
+
116
+ ### ⚡ ** Parlant**
117
+
118
+ </td >
119
+ </tr >
120
+ <tr >
121
+ <td width =" 50% " >
122
+
113
123
- Write complex system prompts
114
124
- Hope the LLM follows them
115
125
- Debug unpredictable behaviors
116
- - Scale by adding more prompt engineering
117
- - Cross fingers for production reliability
126
+ - Scale by prompt engineering
127
+ - Cross fingers for reliability
118
128
119
129
</td >
120
130
<td width =" 50% " >
121
131
122
- ### ⚡ ** Parlant**
123
-
124
132
- Define rules in natural language
125
133
- ** Guaranteed** rule compliance
126
134
- Predictable, consistent behavior
127
- - Scale by adding more guidelines
128
- - Production-ready reliability from day one
135
+ - Scale by adding guidelines
136
+ - Production-ready from day one
129
137
130
138
</td >
131
139
</tr >
@@ -138,18 +146,19 @@ if __name__ == "__main__":
138
146
| ** Financial Services** | ** Healthcare** | ** E-commerce** | ** Legal Tech** |
139
147
| :----------------------: | :---------------------: | :-------------------------: | :------------------------: |
140
148
| Compliance-first design | HIPAA-ready agents | Customer service at scale | Precise legal guidance |
141
- | Risk management built -in | Patient data protection | Order processing automation | Document review assistance |
149
+ | Built -in risk management | Patient data protection | Order processing automation | Document review assistance |
142
150
143
151
</div >
144
152
145
153
## 🛠️ Enterprise-Grade Features
146
154
155
+ - ** 🧭 Conversational Journeys** - Lead the customer step-by-step to a goal
147
156
- ** 🎯 Dynamic Guideline Matching** - Context-aware rule application
148
157
- ** 🔧 Reliable Tool Integration** - APIs, databases, external services
149
158
- ** 📊 Conversation Analytics** - Deep insights into agent behavior
150
159
- ** 🔄 Iterative Refinement** - Continuously improve agent responses
151
160
- ** 🛡️ Built-in Guardrails** - Prevent hallucination and off-topic responses
152
- - ** 📱 React Widget** - Drop-in chat UI for any web app
161
+ - ** 📱 React Widget** - [ Drop-in chat UI for any web app] ( https://github.com/emcie-co/parlant-chat-react )
153
162
- ** 🔍 Full Explainability** - Understand every decision your agent makes
154
163
155
164
## 📈 Join 1000+ Developers Building Better AI
@@ -166,7 +175,7 @@ _Financial institutions • Healthcare providers • Legal firms • E-commerce
166
175
167
176
## 🏃♂️ Quick Start Paths
168
177
169
- <table >
178
+ <table border = " 0 " >
170
179
<tr >
171
180
<td ><strong >🎯 I want to test it myself</strong ></td >
172
181
<td ><a href =" https://www.parlant.io/docs/quickstart/installation " >→ 5-minute quickstart</a ></td >
@@ -183,9 +192,7 @@ _Financial institutions • Healthcare providers • Legal firms • E-commerce
183
192
184
193
## 🌟 What Developers Are Saying
185
194
186
- > _ "Finally! An AI framework that actually works in production. Parlant solved our consistency issues overnight."_ > ** — Sarah Chen, Lead AI Engineer @ FinTech Startup**
187
-
188
- > _ "The difference is night and day. Our agents went from 60% accuracy to 95%+ with Parlant's guideline system."_ > ** — Marcus Rodriguez, CTO @ HealthTech Company**
195
+ > _ "By far the most elegant conversational AI framework that I've come across! Developing with Parlant is pure joy."_ ** — Vishal Ahuja, Senior Lead, Customer-Facing Conversational AI @ JPMorgan Chase**
189
196
190
197
## 🤝 Community & Support
191
198
0 commit comments