709 B
709 B
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 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: