Release v0.9.5: Memory Promotion Safety and Poetry Packaging#83
Merged
Conversation
Added poetry dev dependencies Fixed CI to work 100% with Poetry
This was referenced Jul 20, 2026
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.
Summary
MemoryCandidateas a non-injectable representation for reflection, delegation, shared, and other internal memory evidenceMemoryPromotionDecisionwith approve, reject, rewrite, and keep outcomesmemory_promotion_admissionplusbefore_memory_promoteandafter_memory_promotelifecycle hookspromote_memory_candidate(...)after_memory_writeafter successful promotion persistenceboto3dependency optional and addoss/nosextraspoetry-coreand add a reproducible Poetry build workflow from fix for broken build pipeline #812.4.1poetry.lockfor v0.9.5 and the optional OSS/NOS dependency markers0.9.5without adding a README News entrySecurity and compatibility
MemoryPolicy(require_promotion_for_internal_memory=False)boto3; object-storage users can installLightAgent[oss],LightAgent[nos], orboto3directlyrequirements.txtremains available for the existing pip-based installation pathmainbranches or an unpinned Poetry releaseTesting
112 passedpoetry check --lockpassed with Poetry 2.4.1lightagent-0.9.5-py3-none-any.whlsuccessfullypython -m compileall -q LightAgentpassedgit diff --checkpassedIssues and attribution
Closes #82.
Addresses the v0.9.5 mitigation boundary for #39; keep #39 open until the shared Graph Memory integration acceptance criteria are reviewed after merge and CI.
Incorporates #81 and preserves the commits authored by @CINJ. The unsafe intermediate CI configuration from that PR is corrected in this branch before any change reaches
main.