Dialog creation and management for Microsoft Bot Framework Applications
Перейти к файлу
Cecilia Avila bc5cc73817
fix: [#9151] LG for 'choices' field in multi choice input results in Warning (#9321)
* Add trim function to validate LG expressions

* Add unit test

* Improve trimExpression method

* Update yarn-berry.lock files

* Update yarn-berry.lock files

* Fix hash

---------

Co-authored-by: Joel Mut <62260472+sw-joelmut@users.noreply.github.com>
Co-authored-by: Joel Mut <joel.mut@southworks.com>
Co-authored-by: Eugene <EOlonov@gmail.com>
2024-05-16 20:19:01 +00:00
.config Enable CodeQL and TSA (#9493) 2023-01-24 18:03:36 -08:00
.github Update nodejs version used on CI 2024-03-13 14:07:46 -07:00
.vscode test: update tests, add github actions reporter (#7238) 2021-06-18 16:00:48 -07:00
.yarn chore: Update dependencies for Composer and extensions (#9298) 2022-07-14 13:14:58 -07:00
Composer fix: [#9151] LG for 'choices' field in multi choice input results in Warning (#9321) 2024-05-16 20:19:01 +00:00
Provisioning doc: Specify correct version of Azure CLI (#9225) 2022-07-11 09:16:04 -07:00
docs docs: add ui schema documentation and examples (#8440) 2021-07-27 10:28:09 -07:00
extensions fix: [#9151] LG for 'choices' field in multi choice input results in Warning (#9321) 2024-05-16 20:19:01 +00:00
releases 2.1.3 release (#9628) 2023-08-15 17:36:58 -07:00
scripts chore: use yarn 3 for development (#9201) 2022-06-22 08:58:53 -07:00
.dockerignore feat: Change docker base image to Ubuntu-20.04 (#4516) 2020-10-26 04:19:18 +00:00
.editorconfig add editor config (#1540) 2019-11-08 12:49:43 -08:00
.gitignore fix: yarn hashes for local pacakges dont match (#9559) 2023-04-17 08:32:57 -07:00
.yarnrc.prod.yml chore: Update dependencies for Composer and extensions (#9298) 2022-07-14 13:14:58 -07:00
.yarnrc.yml chore: Update dependencies for Composer and extensions (#9298) 2022-07-14 13:14:58 -07:00
CHANGELOG.md chore: Rename to new main branch name (#3619) 2020-07-10 14:57:23 -07:00
CODE_OF_CONDUCT.md adding CODE_OF_CONDUCT.md (#6956) 2021-04-14 13:01:58 -07:00
CONTRIBUTING.md feat: npm based 'new bot' flow behind feature flag (#5029) 2021-02-10 09:53:16 -08:00
Dockerfile fix: bind composer server to localhost (#9467) 2023-01-13 13:03:49 -08:00
Documentation TOC.md Updated docs TOC (#4912) 2020-11-19 20:16:33 -08:00
LICENSE.md updating license file for public preview 2019-10-22 13:48:56 -07:00
PRIVACY.md About page cleanup (#1472) 2019-11-03 05:59:47 -08:00
README.md chore: Update NodeJs Engine compat to v14, add pre-reqs to Composer readme (#8225) 2021-07-01 07:39:51 -07:00
SECURITY.md Microsoft mandatory file (#9176) 2022-05-17 11:40:08 -07:00
ThirdPartyNotices.txt Update third party notices 2024-03-20 12:43:33 -07:00
azure-pipelines-static-analysis.yml ci: Disable CI validation (#4646) 2020-11-06 08:13:52 -08:00
azure-pipelines.yml chore: Update dependencies for Composer and extensions (#9298) 2022-07-14 13:14:58 -07:00
docker-compose.override.yml.example build: make docker great again (#1709) 2019-12-05 19:07:00 -08:00
docker-compose.yml build: Fix build context (#5382) 2020-12-21 10:37:19 -08:00
feed.json Update feed.json 2022-10-12 14:01:56 -07:00
lgtm.yml add github action for CI builds (#1486) 2019-11-06 09:28:51 -08:00
templates.json feat: add ability to test local template through composer behind hidden feature flag (#8017) 2021-06-15 14:13:05 -04:00

README.md

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.

Prerequisites

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

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 opencode@microsoft.com 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 secure@microsoft.com. 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.