fleet-memory/hindsight-docs/docs/developer/api
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
..
documents.mdx doc: mental models (#199) 2026-01-26 14:27:08 +01:00
main-methods.mdx chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
memory-banks.mdx doc: mental models (#199) 2026-01-26 14:27:08 +01:00
mental-models.mdx chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
operations.md chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
quickstart.mdx doc: mental models (#199) 2026-01-26 14:27:08 +01:00
recall.mdx chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
reflect.mdx chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
retain.mdx doc: mental models (#199) 2026-01-26 14:27:08 +01:00