Skip to content

Dialog creation and management for Microsoft Bot Framework Applications

License

Notifications You must be signed in to change notification settings

sajalsood/BotFramework-Composer

 
 

Repository files navigation

Microsoft Bot Framework Composer

Build Status

Overview

Bot Framework Composer provides a tool for 1st and 3rd party professional conversation creators with an extensible framework to build compelling Conversational AI solutions for Microsoft customers.

It provides

  • a professional tool to enables multi-disciplinary team of professional conversation creators to create, edit and refine dialogs
  • a dialog authoring user experience for OBI standard file formats (Dialogs, dialog steps, etc) to allow users to create and edit dialogs to create
    • Reusable dialog components
    • Standalone bots for Enterprise scenarios (ISV/SIs), or
    • Bot-building solutions for customers (MCS)
    • An extensible solution to enhance bot creation experience and support custom dialog types and editors

Get Started

Prerequisites

  • docker-compose

  • docker

    NOTE: If you follow the instructions of installing docker-compose, and install docker-desktop for your platform, you should already have docker-compose and docker.

Instructions

  • Run

    Just run

    $ docker-compose up
    

    this will build two images for composer-app and bot-runtime if not exits, then start two containers based on these images

  • Build

    If you made some changes after first run and you would like to rebuild the images by call

    $ docker-compose build
    
  • Test Bot With Emulator

    When using Emulator to test your bot, make sure you use ngrok and uncheck 'bypass ngrok for local addresses', because container is considered as remote, even the address looks like local.

  • Development

    If you are developing some components and you want fast iteraction without re-building container images on every change, please refer to the document to each component for setup instuctions

Related projects

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.

About

Dialog creation and management for Microsoft Bot Framework Applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.0%
  • JavaScript 22.4%
  • C# 7.0%
  • PowerShell 2.1%
  • HTML 1.7%
  • CSS 0.6%
  • Other 0.2%