Skip to content

Fix/agent memory#337

Merged
RasulOs merged 2 commits into
droidrun:mainfrom
Ramtx:fix/agent-memory
May 20, 2026
Merged

Fix/agent memory#337
RasulOs merged 2 commits into
droidrun:mainfrom
Ramtx:fix/agent-memory

Conversation

@Ramtx
Copy link
Copy Markdown
Contributor

@Ramtx Ramtx commented May 19, 2026

No description provided.

Replace separate manager_memory/fast_memory fields with a single
agent_memory field shared by both FastAgent and Manager modes.
FastAgent now parses <add_memory> tags from LLM responses and
re-injects accumulated memory as a <memory> block every step,
matching the existing Manager behavior. The remember() tool is
removed in favor of the tag-based mechanism.
@RasulOs
Copy link
Copy Markdown
Collaborator

RasulOs commented May 20, 2026

From codex: [P3] Root skill docs still advertise removed tool: SKILL.md:29 still lists remember as an atomic action even though the registry no longer registers it. That will mislead docs/agent consumers into calling an unknown tool.

… guidance

Update response format examples to show <add_memory> usage with
plain text (not JSON) alongside tool calls. Strengthen the rule
to explicitly remind the agent to save data before navigating
away from a screen.
@Ramtx Ramtx force-pushed the fix/agent-memory branch from 0853068 to 2716ea0 Compare May 20, 2026 09:35
@RasulOs RasulOs merged commit a0d6de2 into droidrun:main May 20, 2026
2 of 3 checks passed
@Ramtx Ramtx deleted the fix/agent-memory branch May 20, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants