The Agastya Loader for verson 4 and above. Written in Typescript and hosted on Oswald Labs Platform.
Just add the loader to your webpage and Agastya will be ready:
<script
async defer
src="https://loader.oswaldlabs.com/API_KEY.js"
></script>Install dependencies:
yarnCompile Typescript to CommonJS before running the server:
yarn buildRun local server:
yarn startMIT