-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to new base #211
Merged
Merged
update to new base #211
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deployment Confirmed
…-error 20240125 @Mookse
can be put in separate repo if valuable
Update .gitignore; remove postman elements
Delete postman/collections directory
Delete .postman directory
Remove unused files and update YAML structures
Azure deploy prod -> base
wip - pipeline for library POST - `routes.mjs`: POST /library/:mid - `api-functions.mjs`: library(ctx) - `core.mjs`: library(mbr_id, assistantType, library) - `mylife-agent-factory.mjs`: library(_libraryItems) - `mylife-data-service.js`: library(_libraryItems) - created root class: BotFactory for hydration events in `mylife-agent-factory.mjs` - includes all bot functionality in minimal format - added `avatarId` getter
20240429 Weekly Sprint Maht Update
Azure deploy prod -> base
* 20240430 @Mookse - refactor mAPIKeyValidation - cosmetic * 20240420 @Mookse - frontend visual Signed-off-by: Erik Jespersen <mookse@gmail.com> * 20240420 @Mookse - login logout functionality Signed-off-by: Erik Jespersen <mookse@gmail.com> * 20240430 @Mookse - refactor mAPIKeyValidation - cosmetic Signed-off-by: Erik Jespersen <mookse@gmail.com> --------- Signed-off-by: Erik Jespersen <mookse@gmail.com>
* 20240503 @Mookse - allow recycle button for experience collection to function * 20240503 @Mookse - string.includes() * 20240503 @Mookse - collections open and close * 20240504 @Mookse - rudimentary help container * 20240504 @Mookse - trigger welcome experience from help - note: members-only * 20240504 @Mookse - `experience` trigger fixes * 20240504 @Mookse - cosmetic * 20240504 @Mookse - start Experience, non-autoplay * 20240506 @Mookse - experienceEnd() [pipeline - saveExperience() * 20240506 @Mookse - `experiencesLived` pipeline * 20240505 @Mookse - backend adjustments * 20240506 @Mookse - experience collection item displays object JSON
* 20240503 @Mookse - allow recycle button for experience collection to function * 20240503 @Mookse - string.includes() * 20240503 @Mookse - collections open and close * 20240504 @Mookse - rudimentary help container * 20240504 @Mookse - trigger welcome experience from help - note: members-only * 20240504 @Mookse - `experience` trigger fixes * 20240504 @Mookse - cosmetic * 20240504 @Mookse - start Experience, non-autoplay * 20240506 @Mookse - experienceEnd() [pipeline - saveExperience() * 20240506 @Mookse - `experiencesLived` pipeline * 20240505 @Mookse - backend adjustments * 20240506 @Mookse - experience collection item displays object JSON * 20240506 @Mookse - text box expansion * 20240506 @Mookse - HTML executed in dialog - escapeHTML upgrade - reposition refresh * 20240506 @Mookse - main content adjustments - Q-popup closes
181 version 005 updates
Attempted to add caching
Release Version 0.0.5
* Update azure-deploy-prod_maht.yml Updated version numbers * Update azure-deploy-prod_maht.yml updated azure/webapps-deploy to v3 * Version 0.0.6 Release (#198) * 20240429 @Mookse - assets * 20240429 @Mookse wip stable * 20240429 @Mookse - assets Signed-off-by: Erik Jespersen <mookse@gmail.com> * 20240429 @Mookse wip stable Signed-off-by: Erik Jespersen <mookse@gmail.com> * 20240507 @Mookse - `Globals` improvement - select help type - submit help - receive reponse - cosmetic update of @module in ESDocs * 20240511 @Mookse - display chat/request response bubbles - begin breakout of animations.css - llm conectivity - await css * 20240512 @Mookse - help chat refresh * 20240512 @Mookse - availableExperiences() - launch tutorial button - launchExperience event * 20240513 @Mookse - popup-container css * 20240513 @Mookse - env defaults to gpt-4o * 20240513 @Mookse - gpt updates - improved message parsing - cosmetic --------- Signed-off-by: Erik Jespersen <mookse@gmail.com> --------- Signed-off-by: Erik Jespersen <mookse@gmail.com>
* 20240429 @Mookse - assets * 20240429 @Mookse wip stable * 20240429 @Mookse - assets Signed-off-by: Erik Jespersen <mookse@gmail.com> * 20240429 @Mookse wip stable Signed-off-by: Erik Jespersen <mookse@gmail.com> * Update azure-deploy-prod_maht.yml Updated version numbers * Update azure-deploy-prod_maht.yml updated azure/webapps-deploy to v3 * 20240507 @Mookse - `Globals` improvement - select help type - submit help - receive reponse - cosmetic update of @module in ESDocs * 20240511 @Mookse - display chat/request response bubbles - begin breakout of animations.css - llm conectivity - await css * 20240512 @Mookse - help chat refresh * 20240512 @Mookse - availableExperiences() - launch tutorial button - launchExperience event * 20240513 @Mookse - popup-container css * 20240513 @Mookse - env defaults to gpt-4o * 20240513 @Mookse - gpt updates - improved message parsing - cosmetic * 20240513 @Mookse wip unstable * Version 0.0.6 Release (#198) * 20240429 @Mookse - assets * 20240429 @Mookse wip stable * 20240429 @Mookse - assets Signed-off-by: Erik Jespersen <mookse@gmail.com> * 20240429 @Mookse wip stable Signed-off-by: Erik Jespersen <mookse@gmail.com> * 20240507 @Mookse - `Globals` improvement - select help type - submit help - receive reponse - cosmetic update of @module in ESDocs * 20240511 @Mookse - display chat/request response bubbles - begin breakout of animations.css - llm conectivity - await css * 20240512 @Mookse - help chat refresh * 20240512 @Mookse - availableExperiences() - launch tutorial button - launchExperience event * 20240513 @Mookse - popup-container css * 20240513 @Mookse - env defaults to gpt-4o * 20240513 @Mookse - gpt updates - improved message parsing - cosmetic --------- Signed-off-by: Erik Jespersen <mookse@gmail.com> * 20240513 @Mookse - clean-up after wip * 20240514 @Mookse - vector store initial paint * 20240514 @Mookse - bug fix: system experiences frontend function * 20240514 @Mookse - multi-file upload button frontend * 20240515 @Mookse - pipeline to vector-store to attach files * 20240515 @Mookse - vector store attached to PA * 20240515 @Mookse - avatar upload() returns ``` { uploads: files, files: vectorstoreFileList, success: true, } ``` - api adds: ``` { type: type, message: `File(s) [type=${ type }] uploaded successfully.` } ``` * 20240515 @Mookse - file-collection returned correctly on refresh * 20240515 @Mookse - file-collection displays * 20240516 @Mookse - HTML parsed in bubbles * 20240516 @Mookse - bot thread memory restored * 197 version 007 updates (#208) * 20240516 @Mookse - alert background -> aliceblue * 20240517 @Mookse - `createBot` endpoint - cosmetic * 20240518 @Mookse - `updateTools` becomes `updateAssistant` - fix: merge error * 20240518 @Mookse - createBot, type=journaler succeeds * 20240518 @Mookse - icon asset * 202401518 @Mookse - journal-thumb.png - cosmetic console clear * 20240519 @Mookse - entrySummary() * 20240519 @Mookse - cosmetic * 20240519 @Mookse - Teams placeholder - addTeamMember() - getAvailableTeamMembers(team) * 20240520 @Mookse - public/private avatar placeholder toggle - cosmetic --------- Signed-off-by: Erik Jespersen <mookse@gmail.com> Signed-off-by: Erik Jespersen <42016062+Mookse@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.