LearnNewsExamplesServices
Frontmatter
id7335
titleClarify Agent Memory Protocol and Tooling
stateClosed
labels
documentationenhancement
assigneestobiu
createdAtOct 3, 2025, 12:56 PM
updatedAtOct 3, 2025, 12:57 PM
githubUrlhttps://github.com/neomjs/neo/issues/7335
authortobiu
commentsCount0
parentIssue7316
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 3, 2025, 12:57 PM

Clarify Agent Memory Protocol and Tooling

Closed v11.0.0 documentationenhancement
tobiu
tobiu commented on Oct 3, 2025, 12:56 PM

During the first live test of the memory core, the agent failed to follow the "save-then-respond" protocol due to two issues:

  1. A misinterpretation of the procedural order in AGENTS.md, where the memory check was not performed during initialization.
  2. A lack of clarity in the addMemory.mjs script's command-line interface, leading to several failed attempts to save the session history.

This ticket covers the documentation and process improvements needed to prevent these failures in the future.

Acceptance Criteria

  1. The .github/AGENTS.md file is updated to move the memory server check into the "Session Initialization" section.
  2. The buildScripts/ai/addMemory.mjs script is updated with clear documentation for its command-line options, especially --thought and --session-id.
tobiu assigned to @tobiu on Oct 3, 2025, 12:56 PM
tobiu added the documentation label on Oct 3, 2025, 12:56 PM
tobiu added the enhancement label on Oct 3, 2025, 12:56 PM
tobiu added parent issue #7316 on Oct 3, 2025, 12:56 PM
tobiu referenced in commit e358e2d - "Clarify Agent Memory Protocol and Tooling #7335" on Oct 3, 2025, 12:57 PM
tobiu closed this issue on Oct 3, 2025, 12:57 PM