MSAgent-Chat/msagent.js
modeco80 95708da8cc msagent.js/web: Implement graceful exit
This implementation isn't perfect (sometimes an animation can get stuck playing), but it does work for the most part.

(All animation playing logic is async/promise now, which is fine because we only ever used the promise versions)
2024-11-26 23:37:44 -05:00
..
core msagent.js/web: Implement animation branching 2024-11-26 22:18:00 -05:00
web msagent.js/web: Implement graceful exit 2024-11-26 23:37:44 -05:00
README.md msagent.js: core-ize 2024-08-25 08:56:12 -04:00

msagent.js

This project is split up into two subcompoennts:

  • @msagent.js/core contains the core inner workings. This is everything that works on either the Web or node.js.

  • @msagent.js/web contains most of the public API that msagent.js has exported.

The web project is implicitly dependent on the core project. Do not introduce code that requires Web APIs in the core.