📄️ Testing & Evaluations
Parlant's testing framework approaches evaluations from a behavior-driven perspective. The framework lets you define concrete expectations about specific behaviors at key points in the conversation. Because you define your agent's guidelines and journeys, you know what it ought to do in various, applicable situations.
📄️ Agentic Design Methodology
Agentic Design Methodology
📄️ User-Input Moderation
User-Input Moderation
📄️ Human Handoff
Human Handoff
📄️ API Hardening
API Hardening
📄️ Custom Frontend
Using the Official React Widget
📄️ Deployment Guide
Your Parlant agent works great locally, but production deployment requires a few key changes. This guide walks you through setting up Parlant on Kubernetes with proper authentication, persistence, and scaling—whether you're deploying to AWS, Azure, or another cloud provider.
📄️ Observability
Parlant includes built-in support for OpenTelemetry, the industry-standard framework for observability. This allows you to export traces, metrics, and logs to your preferred backend, whether that's Jaeger, Grafana, Datadog, or any other OpenTelemetry-compatible system.
📄️ Extending the FastAPI App
Parlant exposes its functionality through a FastAPI application. While the built-in API covers most use cases, you may need to add custom endpoints, middleware, or other extensions for your specific deployment.
📄️ Controlling Costs
When running Parlant in production, you'll want to balance cost efficiency with response quality and latency. Parlant provides an OptimizationPolicy that lets you fine-tune how the engine allocates resources.