# `Feline.Processors.UserContextAggregator`
[🔗](https://github.com/dimamik/feline/blob/main/lib/feline/processors/user_context_aggregator.ex#L1)

Accumulates user transcriptions into the LLM context. When the user
stops speaking (UserStoppedSpeakingFrame), pushes an LLMContextFrame
to trigger LLM processing.

Accepts either a `context_agent` (shared via ContextAggregatorPair)
or a standalone `context` option.

# `child_spec`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
