Framework
02 — Contextual Enrichment
PartialChatbot collects structured context → validated → stored in Postgres.
Framework02
Why this exists
Purpose
Chatbot collects structured context → validated → stored in Postgres.
Input / output
Input
user chat; selected model context
Output
SSE chat stream; optional debug analysis runs
Granularity
project, model
Memory / agents
Memory
structural
Agents
None
Components
Input assistant, POST /chat/stream
Implementation status
Status
Partialpartial
The master brief stores validated structured context in Postgres. The live chat path streams OpenAI tokens and does not persist a structured context record as a first-class entity.