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.
baselines
/drift
detectionnarrative patterns
corpus
curl -X POST http://localhost:8000/baseline/init \
-H "Content-Type: application/json" \
-d '{
"corpus_id": "demo",
"source_text": "First snapshot of semantic state"
}'
Find the full source on GitHub: github.com/Fountain-Coach/baseline-awareness-service