feat(agent): add self-update instructions for SOUL.md and USER.md#2042
Open
perhapzz wants to merge 1 commit intosipeed:mainfrom
Open
feat(agent): add self-update instructions for SOUL.md and USER.md#2042perhapzz wants to merge 1 commit intosipeed:mainfrom
perhapzz wants to merge 1 commit intosipeed:mainfrom
Conversation
Extend the agent's identity prompt to instruct it to update SOUL.md when users describe the agent's personality/traits, and USER.md when users share their preferences. Previously only memory/MEMORY.md updates were mentioned.
953f1aa to
01e3522
Compare
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.
📝 Description
Add instructions to the agent's system prompt telling it to self-update identity files when users share relevant information:
Previously, only
memory/MEMORY.mdwas mentioned in the identity prompt. This change extends the existing rule to also cover identity files, enabling the agent to build and maintain its persona over time.Changes
In
pkg/agent/context.go, thegetIdentity()template's rule #3 is expanded from:to:
🗣️ Type of Change
🤖 AI Code Generation
🔗 Related Issue
Addresses #1756
📚 Technical Context
LoadBootstrapFiles()(Feat/issue 1218 agent md context structure #1705), but is never told it can update them. This small prompt change closes that gap.Design Decisions
Per the questions in #1756:
getIdentity()template (rule feat: implement dynamic context compression #3), keeping all memory/identity instructions together☑️ Checklist