Sita Docs
  1. Overview
  2. Framework
  3. 02 — Contextual Enrichment

Framework

02 — Contextual Enrichment

Partial

Chatbot 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

Partial

partial

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.