All Projects → microsoft → Botframework Composer

microsoft / Botframework Composer

Licence: mit
Dialog creation and management for Microsoft Bot Framework Applications

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Botframework Composer

rivescript-go
A RiveScript interpreter for Go. RiveScript is a scripting language for chatterbots.
Stars: ✭ 56 (-90.74%)
Mutual labels:  bots, chatbots
Viber-and-the-Microsoft-Bot-Framework
se02035.github.io/viber-and-the-microsoft-bot-framework/
Stars: ✭ 16 (-97.36%)
Mutual labels:  microsoft, bots
msbotbuilder-go
Microsoft Bot Framework SDK for Go
Stars: ✭ 113 (-81.32%)
Mutual labels:  microsoft, bots
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+373.39%)
Mutual labels:  bots, chatbots
Chat-Bot
Chatbot – is a computer program that simulates a natural human conversation. Users communicate with a chatbot via the chat interface or by voice, like how they would talk to a real person.
Stars: ✭ 26 (-95.7%)
Mutual labels:  bots, chatbots
Chatbot
Python ChatBot 💬
Stars: ✭ 250 (-58.68%)
Mutual labels:  bots, chatbots
airy
💬 Open source conversational platform to power conversations with an open source Live Chat, Messengers like Facebook Messenger, WhatsApp and more - 💎 UI from Inbox to dashboards - 🤖 Integrations to Conversational AI / NLP tools and standard enterprise software - ⚡ APIs, WebSocket, Webhook - 🔧 Create any conversational experience
Stars: ✭ 299 (-50.58%)
Mutual labels:  bots, chatbots
Rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: ✭ 13,219 (+2084.96%)
Mutual labels:  bots, chatbots
intelligo-generator
🛠️ Chatbot generator for Intelligo Framework.
Stars: ✭ 31 (-94.88%)
Mutual labels:  bots, chatbots
intelligo.js.org
The official website for Intelligo chatbot framework.
Stars: ✭ 18 (-97.02%)
Mutual labels:  bots, chatbots
Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (-72.73%)
Mutual labels:  bots, chatbots
Poshbot
Powershell-based bot framework
Stars: ✭ 410 (-32.23%)
Mutual labels:  bots, chatbots
Botonic
Build chatbots and conversational experiences using React
Stars: ✭ 144 (-76.2%)
Mutual labels:  bots, chatbots
rasa-docker-arm
Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
Stars: ✭ 19 (-96.86%)
Mutual labels:  bots, chatbots
Rivescript Python
A RiveScript interpreter for Python. RiveScript is a scripting language for chatterbots.
Stars: ✭ 142 (-76.53%)
Mutual labels:  bots, chatbots
MyBot
🧠 Create chatbots easily with Bot Framework! 🤖
Stars: ✭ 30 (-95.04%)
Mutual labels:  bots, chatbots
Botbuilder Community Js
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder JavaScript SDK, including middleware, dialogs, recognizers and more.
Stars: ✭ 88 (-85.45%)
Mutual labels:  bots, chatbots
Botpress
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+1467.93%)
Mutual labels:  bots, chatbots
rivescript-java
A RiveScript interpreter for Java. RiveScript is a scripting language for chatterbots.
Stars: ✭ 60 (-90.08%)
Mutual labels:  bots, chatbots
Rivescript Js
A RiveScript interpreter for JavaScript. RiveScript is a scripting language for chatterbots.
Stars: ✭ 350 (-42.15%)
Mutual labels:  bots, chatbots

Microsoft Bot Framework Composer

Microsoft Bot Framework Composer

Build Status Coverage Status Total alerts license

Overview

Bot Framework Composer is an open-source, visual authoring canvas for developers and multi-disciplinary teams to design and build conversational experiences with Language Understanding and QnA Maker, and a sophisticated composition of bot replies (Language Generation). Within this tool, you'll have everything you need to build a sophisticated conversational experience.

  • A visual editing canvas for conversation flows
  • In context editing for language understanding (NLU)
  • Tools to train, test and manage language understanding (NLU) and QnA components
  • Language generation and templating system
  • A ready-to-use bot runtime executable

The Bot Framework Composer is an open source tool based on the Bot Framework SDK. It is available as a desktop application as well as a web-based component

Bot Framework Composer Home Page

Get Started

Build Composer Locally

To build and run the Composer project locally as a web application, clone the source code from Github and build the application using the instructions below.

Please see supported NodeJS versions before building.

$ git clone https://github.com/microsoft/BotFramework-Composer.git
$ cd BotFramework-Composer
$ cd Composer // switch to Composer folder
$ yarn install // install dependencies
$ yarn build // build extensions and libs
$ yarn startall // start client and server at the same time

Extend Composer with Extensions

Many aspects of Composer's functionality can be customized and extended through extensions. Features such as authentication, storage, publishing and even the samples and templates available on the homescreen can be customized by creating new extensions.

Read more about building Composer extensions →

Support and Feedback

Related project

The Bot Framework Composer is part of the Bot Framework platform:

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Issues and feature requests

Please file issues and feature requests here.

Also, see current known issues for high impact bugs you may experience.

Submitting pull requests

If you'd like to contribute pull requests to Composer, see the contributing guide for helpful information on our development workflow.

Reporting security issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].