mirror of
https://github.com/droidrun/droidrun.git
synced 2026-05-23 07:40:37 +00:00
250efc6f49
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.