K.I.A File Tree === ├── debug │   ├── botgo.bat │   ├── botgo.exe │   ├── botpy.bat │   ├── botpy.py │   └── src │   └── rive.go ├── package.json ├── public │   ├── agents │   │   └── samaritan │   │   ├── phraselist.json │   │   ├── samaritan.css │   │   └── samaritan.js │   ├── brain │   │   ├── admin.rive │   │   ├── begin.rive │   │   ├── clients.rive │   │   ├── commands │   │   │   ├── googledrive.rive │   │   │   ├── recoglanguage.rive │   │   │   ├── search.rive │   │   │   ├── speechlanguage.rive │   │   │   ├── speechtoggle.rive │   │   │   └── spotify.rive │   │   ├── eliza.rive │   │   ├── javascript.rive │   │   ├── myself.rive │   │   └── rpg.rive │   ├── engine │   │   ├── 3rd.js │   │   ├── agents.js │   │   ├── apis.js │   │   ├── core.js │   │   ├── routines.js │   │   └── speech.js │   ├── favicon.ico │   ├── fonts │   │   └── magdacleanmono-bold.ttf │   ├── general │   │   ├── annyang.min.js │   │   ├── jquery.min.js │   │   ├── screenfull.min.js │   │   ├── zepto.fx.js │   │   ├── zepto.fx_methods.js │   │   └── zepto.min.js │   ├── img │   │   └── icon.png │   ├── index.html │   ├── login.html │   ├── material │   │   ├── base.min.js │   │   ├── jquery.min.js │   │   └── project.js │   ├── rivescript │   │   ├── datadumper.js │   │   └── rivescript.min.js │   └── snd │   ├── beep.mp3 │   └── err.mp3 └── server.js * **14 directories, 47 files** * **ommiting node_modules** * **ommiting "/brain/rs" (test .rive files)**