feat: add memory-recall and agent-personality skills from Lynn - #23
Open
MerkyorLynn wants to merge 1 commit into
Open
feat: add memory-recall and agent-personality skills from Lynn#23MerkyorLynn wants to merge 1 commit into
MerkyorLynn wants to merge 1 commit into
Conversation
This file contains hidden or 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
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.
2 Skills from Lynn — Personal AI Agent
1.
memory-recall— Cross-Session Persistent Memory4-layer memory stack: session summaries → fact store (SQLite) → time-layered compilation → assembled memory. Agent remembers user preferences, project context, and past decisions across sessions. Includes implementation guide from minimal (session summary) to full (semantic search + compiled memory).
2.
agent-personality— 3-Layer Identity SystemStructured personality framework: Yuan (base persona) → Ishiki (private self-awareness + mood) → Public Ishiki (guest safety rules). Includes 3 persona templates (Companion/Engineer/Creative), mood system with
<mood>tags, and owner/guest behavior switching.About
From Lynn, a personal AI agent with memory, personality, and autonomy — built on Electron, using Pi SDK.