Files
Mariozada 250efc6f49 feat: unify agent memory with <add_memory> tags, remove remember tool
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.
2026-05-19 00:46:06 +10:00
..