Skip to content

Commit 48aca1c

Browse files
authored
Update README.md
1 parent f27aa8c commit 48aca1c

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div align="center">
33
<img alt="Parlant Logo" src="https://github.com/emcie-co/parlant/blob/70757094103f6cc50e311edaeb0729e960fbcb56/logo.png" width="125" />
44
<h3>Parlant</h3>
5-
<p>A feedback-driven approach to building and guiding customer-facing AI agents</p>
5+
<p>A structured approach to building and guiding customer-facing AI agents</p>
66
<p>
77
<a href="https://www.parlant.io/" target="_blank">Website</a> |
88
<a href="https://www.parlant.io/docs/quickstart/introduction" target="_blank">Introduction</a> |
@@ -22,7 +22,11 @@
2222
</div>
2323

2424
## What is Parlant?
25-
With Parlant's API, you can easily create and serve guided Conversational AI to your customers, and continuously improve it with feedback from customers and business experts.
25+
Parlant is a structured way to create and manage guided customer-facing AI agents. It lets you build robust agents from scratch; or, in more advanced cases, a robust interaction layer for your prebuilt agents.
26+
27+
Structure is what lets Parlant get better accuracy than most other agentic frameworks. It allows Parlant to run pinpointed, real-time conformance checks that ensure your agents adhere to your instruction. It also gives you specific feedback on where agents may have misinterpreted your instructions, so you can quickly troubleshoot and improve.
28+
29+
Just as importantly, Parlant's way of breaking behavioral guidance down to different elements helps it understand your intentions better. Using this understanding, Parlant actively gives you feedback on your configuration to help you maintain a behavioral configuration for your agents that's coherent and free of confusing contradictions.
2630

2731
## Why use Parlant?
2832
Building conversational AI agents is relatively simple for most developers—at least, it's relatively simple to build an initial prototype.
@@ -33,6 +37,12 @@ With DIY prompt-engineering, reliably incorporating feedback from stakeholders i
3337

3438
Parlant bridges this gap by making it easy and fast for developers to adjust the behavior of AI agents reliably, allowing you to iterate quickly with feedback from customers and business stakeholders.
3539

40+
## Real-world impact
41+
42+
[Revenued](https://www.revenued.com), A business capital provider, could get into trouble if their AI agents make false claims or make statements that imply discrimination in lending.
43+
44+
With Parlant, they've been able to quickly integrate feedback from customer service experts and then test and verify that the agents aren't making problematic promises or statements to customers.
45+
3646
## Key benefits
3747

3848
### Control that actually works
@@ -53,12 +63,6 @@ Parlant bridges this gap by making it easy and fast for developers to adjust the
5363
* **Debug with ease**: Troubleshoot effectively by tracing which guidelines were applied and why for any given response
5464
* **Test before deploy**: Validate changes using the built-in chat UI to test new behaviors before they reach customers
5565

56-
## Real-world impact
57-
58-
[Revenued](https://www.revenued.com), A business capital provider, could get into trouble if their AI agents make false claims or make statements that imply discrimination in lending.
59-
60-
With Parlant, they've been able to quickly integrate feedback from customer service experts and then test and verify that the agents aren't making problematic promises or statements to customers.
61-
6266
## Works with all major LLM providers
6367
- [OpenAI](https://platform.openai.com/docs/overview) (also via [Azure](https://learn.microsoft.com/en-us/azure/ai-services/openai/))
6468
- [Gemini](https://ai.google.dev/)

0 commit comments

Comments
 (0)