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

Create Obscure Functionality #374

Closed
21 tasks done
Tracked by #347
Mookse opened this issue Sep 24, 2024 · 2 comments
Closed
21 tasks done
Tracked by #347

Create Obscure Functionality #374

Mookse opened this issue Sep 24, 2024 · 2 comments
Assignees
Labels
api-interface bot documentation Improvements or additions to documentation enhancement New feature or request member-avatar MyLife-provided Core Member Intelligence

Comments

@Mookse
Copy link
Member

Mookse commented Sep 24, 2024

Diary Bot Function: Obscure

Create the functionality to meet the functional specifications for obscure to obscure relationships or entries initially by substituting proper names with their first letter.

Member Version

  • routes.mjs create members obscure
  • functions create obscure
  • mylife-avatar.mjs: obscure()
  • mylife-agent-factory.mjs
    • get item
    • send summary to LLM, ask for coding in response? [i.e., who is who?]; ergo factory has correct mbr_id and has access to generic LLM in modular code
    • validate response
    • process response
    • save response
    • return instructions and saved item

API Version

  • routes.mjs create api obscure
  • api-functions.mjs create obscure: validate, extract, and pass to MyLife
  • core.mjs class MyLife
    • create proxy Member Avatar (bot-factory for now?) to address obscuration; note: interestingly it looks like the proxy Bots (which occur understandably in factory, i.e., not to be accessed without trace) all require and are infused with the modular Generic Version as I can't tell if it's overwritten, but might be able to remove property this.#llmServices in all factory instances (and just rely on modular version when it is appropriate)
    • call obscure on bot-factory
  • Diary Bot yaml for API

Bot Version

  • diary bot instructions should include the option to obscure which requires the itemId (see comment)
  • define obscure function in globals.mjs (see comments)
  • mylife-llm-providers.mjs add function as a callback
  • note: of course bots could engineer this on their own with the CRUD ability - question is just that: afford vanilla with options to override
  • side quest: general System Bot
@Mookse Mookse mentioned this issue Sep 24, 2024
9 tasks
@Mookse Mookse self-assigned this Sep 24, 2024
@Mookse Mookse added documentation Improvements or additions to documentation enhancement New feature or request bot api-interface member-avatar MyLife-provided Core Member Intelligence SP_WK40-41 Sprint Weeks of 20240923 and 20240930 and removed SP_WK40-41 Sprint Weeks of 20240923 and 20240930 labels Sep 24, 2024
@Mookse Mookse added this to the MyLife Alpha Pilot milestone Sep 24, 2024
Mookse added a commit that referenced this issue Sep 26, 2024
- Create Obscure Functionality #374
- Member version (complete [minus frontend])
- API version (wip, stable)
@Mookse
Copy link
Member Author

Mookse commented Sep 28, 2024

update diary-intelligence-1.0.json

### OBSCURE ENTRY\nWhen request is prefaced with `update-request` it will be followed by an `itemId`.\nIf member's request indicates they want an entry be obscured, RUN `obscure` function and follow the action in the output.\n

@Mookse
Copy link
Member Author

Mookse commented Sep 28, 2024

	obscure: {
		description: "Obscures a summary so that no human names are present.",
		name: "obscure",
		parameters: {
			type: "object",
			properties: {
				itemId: {
					description: "Id of summary to obscure",
					format: "uuid",
					type: "string"
				}
			},
			required: [
				"itemId"
			]
		}
	},

@Mookse Mookse moved this from To triage to In review in MyLife Alpha MVP Build Sep 28, 2024
Mookse added a commit that referenced this issue Sep 28, 2024
- Develop Diary Bot #347
- Create Obscure Functionality #374
@Mookse Mookse closed this as completed Oct 4, 2024
@github-project-automation github-project-automation bot moved this from In review to Done in MyLife Alpha MVP Build Oct 4, 2024
Mookse added a commit that referenced this issue Oct 10, 2024
* 20240917 @Mookse
- version change

* 20240917 @Mookse
- Reliving Memory is not showing copy of entered text in Scrapbook Chat Window #331
- backend

* 20240919 @Mookse
- minor intel mods

* 20240919 @Mookse
- Reliving Memory is not showing copy of entered text in Scrapbook Chat Window #331
- frontend

* 20240920 @Mookse
- diary bot instructions in MyLife
- Create Diary Bot MyLife Instructionset #368

* 20240924 @Mookse
- version change

* 20240924 @Mookse
- basic cleanup
- remove livingMemory chain
- add obscure route (wip, stable)

* 20240926 @Mookse
- Create Obscure Functionality #374
- Member version (complete [minus frontend])
- API version (wip, stable)

* 20240927 @Mookse
- typo

* 20240927 @Mookse
- Develop Diary Bot #347
- Create Obscure Functionality #374

* 20241001 @Mookse
- version 24

* 20241002 @Mookse
- diary container

* 20241002 @Mookse
- Diary Bot Cover Art #381
- HTML

* 20241002 @Mookse
- Diary Bot Cover Art #381
- bot containers

* 20241002 @Mookse
- Diary Bot Cover Art #381
- frontend assets

* 20241002 @Mookse
- Diary Bot Cover Art #381

* 20241003 @Mookse
- Write shadows #298

* 20241004 @Mookse
- cosmetic

* 20241004 @Mookse
- cosmetic

* 20241009 @Mookse
- Improve Memory Team with Diary Bot #398
- Diary Bot tools and functions

* 20241009 @Mookse
- Improve Memory Team with Diary Bot #398
- Optional Team Member

* 20241009 @Mookse
- cosmetic

* 20241009 @Mookse
- journaler intelligence update

* 20241009 @Mookse
- Improve Memory Team with Diary Bot #398
- Return of +bot dropdown button

* 20241009 @Mookse
- retire icons

* 20241009 @Mookse
- Improve Memory Team with Diary Bot #398
- migrateChat Functionality #405
- wip
- error with migrating chat after conversation
Mookse added a commit that referenced this issue Oct 26, 2024
* 382 version 0024 updates (#403)

* 20241008 @Mookse
- version update
- cosmetic

* 20241008 @Mookse
- migrateChat Functionality #405
- wip Conversations save correctly

* 20241009 @Mookse
- migrateChat Functionality #405
- wip

* 347 develop diary bot (#407)

* 20240917 @Mookse
- version change

* 20240917 @Mookse
- Reliving Memory is not showing copy of entered text in Scrapbook Chat Window #331
- backend

* 20240919 @Mookse
- minor intel mods

* 20240919 @Mookse
- Reliving Memory is not showing copy of entered text in Scrapbook Chat Window #331
- frontend

* 20240920 @Mookse
- diary bot instructions in MyLife
- Create Diary Bot MyLife Instructionset #368

* 20240924 @Mookse
- version change

* 20240924 @Mookse
- basic cleanup
- remove livingMemory chain
- add obscure route (wip, stable)

* 20240926 @Mookse
- Create Obscure Functionality #374
- Member version (complete [minus frontend])
- API version (wip, stable)

* 20240927 @Mookse
- typo

* 20240927 @Mookse
- Develop Diary Bot #347
- Create Obscure Functionality #374

* 20241001 @Mookse
- version 24

* 20241002 @Mookse
- diary container

* 20241002 @Mookse
- Diary Bot Cover Art #381
- HTML

* 20241002 @Mookse
- Diary Bot Cover Art #381
- bot containers

* 20241002 @Mookse
- Diary Bot Cover Art #381
- frontend assets

* 20241002 @Mookse
- Diary Bot Cover Art #381

* 20241003 @Mookse
- Write shadows #298

* 20241004 @Mookse
- cosmetic

* 20241004 @Mookse
- cosmetic

* 20241009 @Mookse
- Improve Memory Team with Diary Bot #398
- Diary Bot tools and functions

* 20241009 @Mookse
- Improve Memory Team with Diary Bot #398
- Optional Team Member

* 20241009 @Mookse
- cosmetic

* 20241009 @Mookse
- journaler intelligence update

* 20241009 @Mookse
- Improve Memory Team with Diary Bot #398
- Return of +bot dropdown button

* 20241009 @Mookse
- retire icons

* 20241009 @Mookse
- Improve Memory Team with Diary Bot #398
- migrateChat Functionality #405
- wip
- error with migrating chat after conversation

* 20241009 @Mookse
- cosmetic

* 20241010 @Mookse
- migrateChat Functionality #405
- frontend bot version HTML, CSS

* 20241010 @Mookse
- migrateChat Functionality #405
- version live display

* 20241010 @Mookse
- migrateChat Functionality #405
- bot selection updated

* 20241010 @Mookse
- migrateChat Functionality #405
- fix modular code deformation

* 20241010 @Mookse
- route `updateBotInstructions`

* 20241010 @Mookse
- migrateChat Functionality #405
- route requirement fixed for updateBotInstructions

* 20241013 @Mookse
- migrateChat Functionality #405
- generic fixes

* 20241013 @Mookse
- migrateChat Functionality #405
- bot_id in conversation should be guid only
- bot_name for dataset

* 20241013 @Mookse
- migrateChat Functionality #405
- bot_name fix

* 20241014 @Mookse
- chat input placeholder `undefined`

* 20241014 @Mookse
- session start seems to fire updateBot() with instructions
- huge error with starting conversation with Q and THEN logging in
  - solve required elimination of session property `thread_id` which was being leveraged to store separate threads for different browsers

* 20241015 @Mookse
- correct thumbs
- consistent name display for bot

* 20241015 @Mookse
- prune getBot()
- create thread on bot creation

* 20241015 @Mookse
- Migrate Conversation from Avatar to Bot #406
- wip semi-stable

* 20241022 @Mookse
- fix updateSummary

* 20241022 @Mookse
- fix updateSummary error

* 20241022 @Mookse
- wip broken

* 20241022 @Mookse
- fixed activeBot default

* 20241023 @Mookse
- `chat()`
- remove `shadowId` parameter
- remove Contribution
- wip unstable

* 20241024 @Mookse
- remove logs

* 20241024 @Mookse
- minor cleanup

* 20241024 @Mookse
- wip stable
- proto collectionsAgent
- RELIVE unstable

* 20241024 @Mookse
- relive memory
- wip unstable tutorial/experience

* 20241024 @Mookse
- cosmetic

* 20241024 @Mookse
- retireBot tested
- instructions and options fix
- globals.sanitize() update

* 20241025 @Mookse
- migrateChat() test

* 20241025 @Mookse
- summarize()

* 20241025 @Mookse
- updateBotInstructions

* 20241025 @Mookse
- removed version control update

* 20241025 @Mookse
- allows immediate homepage load

* 20241026 @Mookse
- display sequence login fix
- relive tweaks
- mCallLLM Avatar confirmation

* 20241026 @Mookse
- log cleanup

* 20241026 @Mookse
- mReliveMemoryNarration payload

* 20241026 @Mookse
- improved response rate

* 20241026 @Mookse
- strange bot idiot-proofing around entry `summary` and `content`
- cosmetic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-interface bot documentation Improvements or additions to documentation enhancement New feature or request member-avatar MyLife-provided Core Member Intelligence
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant