fleet-memory/hindsight-docs/docs/cookbook/recipes
Nicolò Boschi 5b52a84fff
chore: internal renames (#204)
This commit renames the terminology across the entire codebase:
- "mental models" (fact_type='mental_model' in memory_units) → "observations"
- "reflections" table (stored reflect responses) → "mental_models"

Changes include:
- Database migration to rename tables, indexes, and constraints
- API endpoints: /reflections → /mental-models, /mental-models → /observations
- Config: ENABLE_MENTAL_MODELS → ENABLE_OBSERVATIONS
- Response models and Pydantic classes
- Reflect agent tools and prompts
- Control plane UI and routes
- Documentation and examples
- Regenerated OpenAPI spec and client SDKs (Python, TypeScript)
- Rust CLI: reflection commands → mental-model commands
- LiteLLM: updated fact_types documentation
2026-01-27 09:53:28 +01:00
..
litellm-memory-demo.md fix: doc build and lint files (#34) 2025-12-16 13:49:09 +01:00
per-user-memory.md bump pg0 0.11.x and improve documentation (#33) 2025-12-16 13:33:01 +01:00
quickstart.md chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
support-agent-shared-knowledge.md bump pg0 0.11.x and improve documentation (#33) 2025-12-16 13:33:01 +01:00
tool-learning-demo.md fix: doc build and lint files (#34) 2025-12-16 13:49:09 +01:00