latent-briefing

Share relevant orchestrator trajectory parts with workers via Attention Matching.

Updated Jun 29, 2026
One-click install
npx skills add https://github.com/wangyouan/codex-personal-kit --skill latent-briefing-wangyouan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latent-briefing
Source: https://github.com/wangyouan/codex-personal-kit/tree/main/skills/latent-briefing
Command: npx skills add https://github.com/wangyouan/codex-personal-kit --skill latent-briefing-wangyouan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Reduces token cost in multi-agent systems by sharing memory at the representation level, avoiding text replay and summarization overhead.

Core Features & Use Cases

  • Representation-level Memory Sharing: Share relevant parts of an orchestrator's trajectory with workers, minimizing text replay.
  • Attention Matching Compaction: Utilize Attention Matching to compact memory efficiently.
  • Use Case: For orchestrator-worker systems, when workers need to access prior state without text replay, to optimize for token efficiency.

Quick Start

Use the 'latent-briefing' skill to share memory with workers during an orchestrator-worker interaction.

Frequently Asked Questions about latent-briefing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce token consumption in multi-agent system interactions?

Reduce token consumption in multi-agent system interactions by selectively sharing relevant parts of orchestrator trajectories with workers using Attention Matching for efficient memory compaction.

Can I share memory in orchestrator-worker systems without text replay?

Yes, you can share memory in orchestrator-worker systems without text replay by transferring state at the representation level, avoiding the overhead of text summarization.

What is Attention Matching for memory compaction?

Attention Matching for memory compaction is a technique that selectively shares relevant parts of an orchestrator's trajectory with workers to optimize token efficiency during state transfer.

How to transfer prior state to workers without exceeding token limits?

Transfer prior state to workers without exceeding token limits by utilizing Attention Matching to compact memory and share relevant trajectory representations instead of replaying text.

Does representation-level memory sharing work for orchestrator-worker architectures?

Yes, representation-level memory sharing works for orchestrator-worker architectures by efficiently compacting memory and transferring state without text replay overhead.

What are the limitations of using KV cache compaction for multi-agent memory sharing?

The limitations of using KV cache compaction for multi-agent memory sharing involve its suitability strictly for orchestrator-worker systems requiring efficient state transfer without text replay.