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
4 of 17 tasks
Tracked by #316 ...
Mookse opened this issue May 2, 2024 · 1 comment
Open
4 of 17 tasks
Tracked by #316 ...

Biographer Bot Updates #186

Mookse opened this issue May 2, 2024 · 1 comment
Assignees
Labels
bot session system-avatar MyLife Core Intelligence

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
  • For summaries, rely on LLM for primary, but allow internal intelligence to categorize - that way both content can be shipped to destinations while metadata processing ensues.
  • Organize Biographer Categories #324
@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
bot session system-avatar MyLife Core Intelligence
Projects
Status: Open
Development

No branches or pull requests

1 participant