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

Biographer Bot Updates #186

Open
3 of 15 tasks
Tracked by #238 ...
Mookse opened this issue May 2, 2024 · 1 comment
Open
3 of 15 tasks
Tracked by #238 ...

Biographer Bot Updates #186

Mookse opened this issue May 2, 2024 · 1 comment
Assignees
Labels
avatar MyLife agent functionality bot core.js MyLife core server functionality session

Comments

@Mookse
Copy link
Member

Mookse commented May 2, 2024

Biographer Bot

  • relive memory: a new way to self-curate... you experience your own memory as told to you by the bot, and you enhance, bolster improve on the spot as you remember things indicated by being the active and attentive recipient of content.
    • frontend
      • imagine ultimately clickable shadows inline to prompt and/or display suggestions (think location: proposal to add to story -- Emerson Theater for Moby Dick (or wherever the heck it actually was!)
      • continue to try INLINE - might be the right place ('reliving' currently only) to consider backend HTML-ize the input box
      • create different bubble class to manage, at least for .11/12
    • backend
      • 'PATCH' stream
      • separate from events for now, consider this a unique mechanic as it may be simpler and more to the point given state of current minimal LLM
      • incorporate contributions to reliving memory
  • share memory (via hyperlink trigger)
  • write my biography function (button)
    • living doc(s) inside vectorstore
    • pull base biodata from core
    • pull stories from db within context window allowance; begin with phaseOfLife (incl. unknown)
    • create chapters
      • default linked to chronology
@Mookse Mookse added avatar MyLife agent functionality core.js MyLife core server functionality session bot labels May 2, 2024
@Mookse Mookse self-assigned this May 2, 2024
@Mookse Mookse removed this from the MyLife Member Alpha Release 0.0.6 milestone May 14, 2024
@Mookse Mookse mentioned this issue Jun 4, 2024
8 tasks
@Mookse
Copy link
Member Author

Mookse commented Jun 9, 2024

PATCH pipeline

  • routes.mjs
    • _memberRouter.patch('/relive/:iid', reliveMemory)
    • _memberRouter.patch('/shared/:iid', shareMemory)
  • memory-functions.mjs: newly created import to routes.mjs
    • collectMemory()
    • improveMemory()
    • reliveMemory()
    • livingMemory()
  • [ ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
avatar MyLife agent functionality bot core.js MyLife core server functionality session
Projects
Status: In Development
Development

No branches or pull requests

1 participant