Skip to content
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

MERGE 189 experience collection #190

Merged
merged 12 commits into from
May 6, 2024

Conversation

Mookse
Copy link
Member

@Mookse Mookse commented May 6, 2024

MVP for Experience Collections and the capture of lived experiences

Mookse added 12 commits May 3, 2024 13:33
- allow recycle button for experience collection to function
- string.includes()
- collections open and close
- rudimentary help container
- trigger welcome experience from help
  - note: members-only
- `experience` trigger fixes
- cosmetic
- start Experience, non-autoplay
- experienceEnd() [pipeline
- saveExperience()
- `experiencesLived` pipeline
- backend adjustments
- experience collection item displays object JSON
@Mookse Mookse self-assigned this May 6, 2024
@Mookse Mookse linked an issue May 6, 2024 that may be closed by this pull request
9 tasks
@Mookse Mookse merged commit 8ba0af6 into 181-version-005-updates May 6, 2024
Mookse added a commit that referenced this pull request May 21, 2024
* 20240125 @Mookse
- move misplaced `README.md`

* Update .gitignore; remove postman elements

can be put in separate repo if valuable

* Delete .postman directory

* Delete postman/collections directory

* 20240126 @Mookse
- yaml structures for multiple proxy-bots on openai

* 20240126 @Mookse
wip

* 20240126 @Mookse
- GPT biographer bot `.yaml ` first draft

* 20240129 @Mookse
- openai integration via actions for biographer bot

* 20240128 @Mookse
- updated sample .env

* 20240129 @Mookse
- console log cleanup

* 20240130 @Mookse
- .yaml for my-library

* 20240130 @Mookse
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

* 20240201 @Mookse
- added `type` to bot creation

* 20240211 @Mookse
- library chain to Cosmos
- library definition updates
- modularize library functions
- cosmetics

* 20240112 @Mookse
- storyLibrary()
- bigrapher story summaries auto-added to story library bot

* 20240218 @Mookse
- remove avatarListing: no such functionality, only 1-to-1 relationship between core and digital-self avatar
- removed avatar.json: cannot be generalized as above, nativize code

* 20240218 @Mookse
- move avatar from class-extenders to single .mjs

* 20240218 @Mookse
- minor pipeline adjustment for botFactory initialization

* 20240223 @Mookse
- sanitization for class generators

* 20240224 @Mookse
- included `standard` mode (current operation)
- allow for api session login

* 20240226 @Mookse
- global catch()

* 20240226 @Mookse
- dates in `experience.json`
- add class-extender for `Experience` class

* 20240226 @Mookse
- experienceUpdate() [includes start]

* 20240227 @Mookse
- experience class extender file
  - mAppear() `shell`
  - mDialog `wip`
  - mGetEvent()
  - mInput `shell`
  - mGetScene()

* 20240228 @Mookse
wip
- experienceStart()
- experienceUpdate()
- `mDataservoces .bots()` fix
- castMembers -> Actors hydration
- remove `avatar` getter from mylife-avatar.mjs
- cosmetic

* 20240302 @Mookse
- initial experience pipeline functional

* 20240304 @Mookse
stable wip
- processes input event and ascribes variables

* 20240305 @Mookse
stable wip
- api `experiences`
- autoplay experience from session
- fixed duplicate error in dataservices

* 20240305 @Mookse
- `members.js` requests experiences and receives

* 20240307 @Mookse
- new abstract layer `mylife-llm-provider.mjs`; manages interactions with llm(s)
- `.experienceLocation`
- manage iterations on backend (now that frontend can request)
- startExperience() backend alterations

* 20240313 @Mookse
- stabilize: removed abort
- @todo `mChat`

* 20240314 @Mookse
stable
- endScene()
- endExperience()
- stubs for requirements [both to open and close a scene]

* 20240314 @Mookse
- small route fixes for member frontend

* 20240314 @Mookse
 added route experienceEnd for /members

* 20240315 @Mookse
- factor all process.env errors

* 20240315 @Mookse
- frontend loads

* 20240315 @Mookse
- initial stage transitions

* 20240316 @Mookse
- Fix memberInput condition in mEventInput function

* 20240316 @Mookse
- documentation

* 20240318 @Mookse
- avatar console cleanup

* 20240319 @Mookse
- log reconstruction
- endExperience

* 20240319 @Mookse
- assets

* 202401319 @Mookse
- adjustments to stage and experience (re stage)

* 20240320 @Mookse
- assets

* 20240321 @Mookse
- asset

* 20240322 @Mookse
- minor object refactor

* 20240324 @Mookse
wip frontend

* 20240325 @Mookse
- add promptShadow for avatar dialog prompting

* 20240325 @Mookse
- fix dialog variable replacement
- convert `variable` to `inputVariableName`

* 20240326 @Mookse
- memberInput cleared after use
- experience vars stored in livingExperience only

* 20240327 @Mookse
- scene and experience cards updated

* 20240327 @Mookse
- consolidated active intel in #livingExperience

* 202403128 @Mookse
- dialog object fix

* 20240329 @Mookse
- update backend character name

* 20240329 @Mookse
- default personal avatar now creating

* 20240330 @Mookse
- personal-avatar creates when not extant

* 20240331 @Mookse
- front-end to scene

* 20240401 @Mookse
- autoplay once per session

* 20240402 @Mookse
- css distribution

* 20240402 @Mookse
- mBackdrop
- cosmetic

* 20240403 @Mookse
- css import fix

* 20240403 @Mookse
- include `backdrop`

* 20240404 @Mookse
- asset

* 20240404 @Mookse
- basics working in interface mode

* 20240405 @Mookse
- chat route return

* 20240407 @Mookse
- experienceEnd errors caught (irrelevant to frontend)

* 20240407 @Mookse
wip
- interface experience functional

* 20240411 @Mookse
- cosmetic

* 20240411 @Mookse
- full transitions

* 20240412 @Mookse
- remove mission
- experienceEnd improvements
- basic cosmetics

* 20240412 @Mookse
- chat bubble fix
- removed double updatePageBots()
- submit fire once removed

* 20240416 @Mookse
- experience moderator tweaks
- interface tweaks for scene transitions

* 20240417 @Mookse
- major experience tweaks finished

* 20240417 @Mookse
- begin buttons disabled

* 20240419 @Mookse
- EJS for guest avatar

* 20240419 @Mookse
- chat placeholder on load
- hide chat lane when connecting with server

* 20240419 @Mookse
- about & privacy special pages

* 20240419 @Mookse
- remove OPENAI_MAHT_GITHUB_BRANCH from .env

* 20240419 @Mookse
- cleanup imports

* 20240420 @Mookse
- frontend visual

* 20240420 @Mookse
- login logout functionality

* 20240422 @Mookse
- reset password
- bot css
- journaler

* 202404123 @Mookse
- resetPassphrase()

* 20240424 @Mookse
- update bots (full pipeline)
- add button indicators

* 20240424 @Mookse
- thumb assets

* 20240424 @Mookse
- setActiveBot()

* 20240412 @Mookse
- mock import/connect llm

* 20240424 @Mookse
- help mockup

* 20240428 @Mookse
- collections pipeline
- deleteItem pipeline

* 20240428 @Mookse
- basic collection functionality

* HOTFIX: 184 keyvalidation (#185)

* 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>

* 20240501 @Mookse
- GPT JSON and YAML definitions for storySummary functionality

* 20240502 @Mookse
- MyLife Biographer Bot performs storySummary function

* 20240502 @Mookse
- bug: no such variable any longer

* 20240502 @Mookse
- Biographer Bot uses functions for population

* Biographer Updates `storySummary` Functionality (#188)

* 20240501 @Mookse
- GPT JSON and YAML definitions for storySummary functionality

* 20240502 @Mookse
- MyLife Biographer Bot performs storySummary function

* 20240502 @Mookse
- bug: no such variable any longer

* 20240502 @Mookse
- Biographer Bot uses functions for population

* MERGE 189 experience collection (#190)

* 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

* 189 experience collection (#192)

* 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

* 20240506 @Mookse
- Q-input css

* Update azure-deploy-prod_maht.yml

Attempted to add caching

* Update azure-deploy-prod_maht.yml

* Update azure-deploy-prod_maht.yml

* 20240506 @Mookse
- upload package-lock.json for github deployment caching

* Version 0.0.6 Base (#199)

* 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>

* Azure deploy prod (#209)

* 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>

---------

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
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Experience collection pipeline and functionality
1 participant