Rasa — фреймворк для диалоговых чат-ботов
★ 21.3K
Rasa is an open-source framework for building conversational AI and chatbots/voice assistants with controllable conversation logic. Reach for it when you need an advanced chatbot with controllable flows rather than just model replies: recognize intents and entities in user messages, hold multi-step dialogues by defined rules and stories, and call your own actions and integrations — deploying it all yourself and owning the data. Its focus is a developer framework for controllable conversational assistants (NLU + dialogue management), not a finished chatbot with a UI (Typebot) or an AI document assistant (DocsGPT): the value is building reliable bots with predictable logic and control, especially where controllability and privacy matter. It suits teams that need custom conversational assistants for support, sales, or voice scenarios with full control over behavior.
- #Support