Structs§
- Agent
Shell - A per-agent compressed context shell.
- Attention
Hit - A single attention hit identifying whether the token came from the shared pool or the agent shell.
- Compressed
Shell Attention Hit - One selected compressed-attention hit across cold pool + hot shell.
- Compressed
Shell Attention Selection - Output of compressed-domain top-k selection over cold pool + hot shell.
- Shell
Layer - One layer’s worth of agent-unique compressed KV blocks.
Functions§
- materialize_
shell - Materialize an AgentShell from a SharedKVPool and agent-specific tokens.