Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

Agent Memory Distillation: Boosting Small LLM Agents with Hierarchical Teacher Memory

AI By Crimson AI Hugging Face Papers 11 August 2026 · 00:00 14 views
Share: X Telegram

A new training-free framework, Agent Memory Distillation (AMD), transfers structured knowledge from large teacher agents to small student models, yielding significant accuracy gains on tool-use benchmarks.

Agent Memory Distillation: Boosting Small LLM Agents with Hierarchical Teacher Memory

Key points

Memory systems have shown promise for improving agent performance, but their potential remains largely unexplored for small language models, which struggle to generate sufficient successful trajectories on their own. Researchers propose Agent Memory Distillation (AMD), a training-free framework that transfers structured knowledge from a large teacher agent to a small student agent through hierarchical memory.

AMD constructs three complementary memory types from successful teacher trajectories: Workflow memory encodes task-level strategies, Subtask memory provides concrete behavioral examples at an intermediate granularity, and Function memory captures per-function calling conventions and common pitfalls. Workflow and Subtask memories are injected proactively at the start of each task, while Function memory is retrieved reactively upon tool-calling errors.

The framework was evaluated on three tool-use benchmarks using four student models (4B-8B parameters) with GPT-5-mini as the teacher. Results show average accuracy gains of 27.2 percentage points on AppWorld, 11.2 on BFCL V3, and 3.4 on ToolSandbox, consistently outperforming existing memory-based baselines.

Further analysis reveals that Subtask memory contributes the largest gains, teacher effectiveness depends on both teacher capability and student compatibility, and 4B-sized students benefit most from AMD.

BenchmarkAverage Accuracy Gain (pp)
AppWorld27.2
BFCL V311.2
ToolSandbox3.4
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

1
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

1
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

1