Skip to main content

Module shell

Module shell 

Source

Structs§

AgentShell
A per-agent compressed context shell.
AttentionHit
A single attention hit identifying whether the token came from the shared pool or the agent shell.
CompressedShellAttentionHit
One selected compressed-attention hit across cold pool + hot shell.
CompressedShellAttentionSelection
Output of compressed-domain top-k selection over cold pool + hot shell.
ShellLayer
One layer’s worth of agent-unique compressed KV blocks.

Functions§

materialize_shell
Materialize an AgentShell from a SharedKVPool and agent-specific tokens.