The production-ready engine for AI chat agents that generate aligned responses and follow instructions—even as you scale complexity.
$ pip install parlant
$ npm install parlant-chat-react
import parlant.sdk as p
async def main():
async with p.Server() as server:
agent = await server.create_agent(
name="Otto Carmen",
description="""Works at a car dealership.
Is professional, friendly, and proactive.""",
)
# Go on to reliably shape the agent's behavior
# with guidelines, journeys, tools, and more
Parlant is used to deliver complex conversational agents that reliably follow your protocols in use cases such as:
Regulated financial services
Legal assistance
Brand-sensitive customer service
Healthcare communications
Government and civil services
Personal advocacy and representation
Whether you're exploring or already building, we're happy to chat about how Parlant can help your use case.