feat: context assembler — user signals → structured LLM prompt context #88
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Build the bridge between the feature store and the LLM. The assembler collects raw signals, normalises them, and returns a structured context object that becomes the LLM prompt.
Inputs
Output
Location
ml/features/context.py— import by tip generator endpointNotes