fleet-memory/hindsight-clients/python/hindsight_client_api/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
..
__init__.py chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
banks_api.py chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
directives_api.py feat: revisit mental models, directives and reflections (#179) 2026-01-22 17:13:16 +01:00
documents_api.py feat(misc): update clients types, test coverage, improve /health endpoint and add changelog (#70) 2025-12-23 12:49:31 +01:00
entities_api.py feat: introduce mental models (#132) 2026-01-16 11:16:41 +01:00
memory_api.py feat: add memory tags (#152) 2026-01-13 18:28:40 +01:00
mental_models_api.py chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
monitoring_api.py feat: revisit mental models, directives and reflections (#179) 2026-01-22 17:13:16 +01:00
operations_api.py feat: revisit mental models, directives and reflections (#179) 2026-01-22 17:13:16 +01:00