mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[PR #267] [MERGED] docs: clarify memory lifecycle across flows #282
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/267
Author: @mason5052
Created: 4/15/2026
Status: ✅ Merged
Merged: 4/22/2026
Merged by: @asdek
Base:
feature/next-release← Head:codex/issue-74-memory-lifecycle-docs📝 Commits (2)
4e2ece8docs: clarify memory lifecycle across flowsa285a99docs: tighten memory lifecycle guidance📊 Changes
2 files changed (+19 additions, -0 deletions)
View changed files
📝
README.md(+13 -0)📝
backend/docs/flow_execution.md(+6 -0)📄 Description
Summary
Problem
Issue #74 asks whether PentAGI should keep memory after flows are removed and how users should preserve target knowledge between runs. The current repository already has the underlying concepts (
memory,guide,answer,code, Graphiti, andflow_idfilters), but the docs do not explain how they fit together operationally.Solution
etesterdocumentationflow_idand when to store durable knowledge explicitly asguide,answer, orcodebackend/docs/flow_execution.mdwith lifecycle guidance that distinguishes flow-scoped execution history from reusable knowledge and references the current prompt-template behaviorUser Impact
Users now have a clearer path for deciding what should stay attached to a single engagement and what should be stored intentionally for future flows. This makes it easier to preserve reusable target notes without assuming that raw execution history alone will provide the right cross-run context.
Test Plan
etestersearch options and embedding docsgit diff --checkRefs #74
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.