Baseline Awareness Logo

Baseline Awareness Service

The Baseline Awareness Service is a core module of the FountainAI ecosystem. It captures and compares evolving semantic baselines across sessions, storing context and detecting drift over time.

๐Ÿ” Key Capabilities

๐Ÿงช Example Usage

curl -X POST http://localhost:8000/baseline/init \
  -H "Content-Type: application/json" \
  -d '{
    "corpus_id": "demo",
    "source_text": "First snapshot of semantic state"
  }'

๐Ÿ“ฆ Repository

Find the full source on GitHub: github.com/Fountain-Coach/baseline-awareness-service