ahmedehabb/Memory-R2-answer-agent

TEXT GENERATIONPricing:Input $0.4 / Cached $0.08 / Output $0.8Concurrent Unit Cost:1Model Size:7.6BQuant:FP8Context Size:32kTool Calling:SupportedPublished:Aug 17, 2026License:apache-2.0Architecture:Transformer Open Weights Featherless Exclusive Cold

ahmedehabb/Memory-R2-answer-agent is a 7.6 billion parameter Qwen2.5-7B-Instruct model, fine-tuned by ahmedehabb, specifically designed to generate final answers when paired with a memory manager. This model, trained with SFT and RL continuation, excels at answering questions by leveraging an external memory store. Its primary differentiator is its role as a dedicated answer agent within a memory-augmented LLM system, focusing solely on answer generation rather than memory management. It is optimized for long-horizon memory-augmented agent tasks, as detailed in the Memory-R2 research.

Loading preview...

Memory-R2 Answer Agent Overview

This model, ahmedehabb/Memory-R2-answer-agent, is a 7.6 billion parameter Qwen2.5-7B-Instruct model developed by ahmedehabb. It functions as a specialized answer agent within a larger memory-augmented LLM system, specifically designed to generate final answers based on a provided question and an external memory store. It was trained using a Supervised Fine-Tuning (SFT) warm-start followed by Reinforcement Learning (RL) continuation, optimizing for answer-F1 reward.

Key Capabilities

  • Dedicated Answer Generation: This model's sole purpose is to formulate answers; it does not handle memory management. It expects a pre-processed memory store as input.
  • Memory-Augmented System Component: It is intended to be paired with a separate memory manager, such as the ahmedehabb/Memory-R2 memory manager, to form a complete agent system.
  • Performance in Memory-Augmented Tasks: When integrated with the Memory-R2 manager, it achieved an F1 score of 51.46 and a BLEU-1 score of 44.84 in headline results, demonstrating its effectiveness in long-horizon tasks.

What Makes This Model Different?

Unlike general-purpose instruction-tuned LLMs, this model is explicitly trained and optimized to act as the answer generation component of a memory-augmented agent. Its training regimen, involving RL continuation with an answer-F1 reward, specifically targets the quality of generated answers when memory is provided. It highlights a modular approach to LLM agents, where different components handle distinct tasks (e.g., memory management vs. answer generation). Any instruction-tuned LLM can theoretically play this role, but this model is specifically fine-tuned for it, offering a specialized solution for memory-augmented agent architectures.