No description
msagent.js | ||
protocol | ||
server | ||
webapp | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.prettierrc.json | ||
.yarnrc.yml | ||
LICENSE.md | ||
package.json | ||
README.md | ||
yarn.lock |
msagent-chat
Monorepo for the Computernewb Agent Chat project
Includes:
msagent.js/
: A JavaScript library for parsing and displaying Microsoft Agent ACS filesprotocol/
Shared JSON protocol types for the webapp and serverwebapp/
The Agent Chat Webappserver/
- The Agent Chat Server
Jumpstart
- Install dependencies:
yarn
- Build everything
yarn workspace @msagent-chat/msagent.js build
yarn workspace @msagent-chat/protocol build
yarn workspace @msagent-chat/webapp build
yarn workspace @msagent-chat/server build
- Copy
server/config.example.toml
toserver/config.toml
and fill out the relevant fields. - Run the server:
yarn workspace @msagent-chat/server serve
-
- Run the webapp on the development webserver:
yarn workspace @msagent-chat/webapp serve
; OR - Copy the webapp contents from
webapp/dist/
to your webroot
- Run the webapp on the development webserver: