You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
26
30
27
31
## Why use Parlant?
28
32
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
33
37
34
38
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.
35
39
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
+
36
46
## Key benefits
37
47
38
48
### Control that actually works
@@ -53,12 +63,6 @@ Parlant bridges this gap by making it easy and fast for developers to adjust the
53
63
***Debug with ease**: Troubleshoot effectively by tracing which guidelines were applied and why for any given response
54
64
***Test before deploy**: Validate changes using the built-in chat UI to test new behaviors before they reach customers
55
65
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
-
62
66
## Works with all major LLM providers
63
67
-[OpenAI](https://platform.openai.com/docs/overview) (also via [Azure](https://learn.microsoft.com/en-us/azure/ai-services/openai/))
0 commit comments