fleet-memory/hindsight-control-plane/src/components
Nicolò Boschi 90e370ef35
fix: misc fixes for observations and mental models (#209)
* fix: misc fixes for observations and mental models

* feat: improve graph retrieval for observations

- Update LinkExpansionRetriever to traverse through source_memory_ids
  for observation entity connections (avoiding data duplication)
- Remove entity link copy from world facts to observations in consolidator
- Add tests for link expansion graph retrieval
- Add directives_applied field to ReflectResult
- Include user's other changes (CLI, docs, client updates)

* fix: CI test failures

- Add mental_model_id parameter to create_mental_model function
- Fix ToolCallTrace not including reason field from ToolCall
- Improve test_link_expansion_observation_graph_retrieval to wait for consolidation with retry

* chore: reduce link expansion log verbosity

* Revert "chore: reduce link expansion log verbosity"

This reverts commit 3ce759391cead1012157785fa78fef16ef9bfe3b.

* feat: add semantic/temporal/entity links as fallback in graph retrieval

- Add fallback query for semantic, temporal, and entity links from memory_links
- Check both directions (outgoing and incoming links)
- Weight fallback results at 0.5x to prioritize entity links via unit_entities
- Fixes graph retrieval returning 0 when data has cross-cluster temporal connections

* fix: enable observations fixture for link expansion test

- Add enable_observations fixture to ensure observations are created
- Increase wait time from 10 to 30 seconds for CI reliability
2026-01-27 15:37:57 +01:00
..
ui feat: improve mental model refresh and add directives (#166) 2026-01-19 11:38:35 +01:00
add-memory-view.tsx feat: add memory tags (#152) 2026-01-13 18:28:40 +01:00
bank-profile-view.tsx fix: misc fixes for observations and mental models (#209) 2026-01-27 15:37:57 +01:00
bank-selector.tsx feat: revisit mental models, directives and reflections (#179) 2026-01-22 17:13:16 +01:00
data-view.tsx fix: misc fixes for observations and mental models (#209) 2026-01-27 15:37:57 +01:00
document-chunk-modal.tsx fix: doc build and lint files (#34) 2025-12-16 13:49:09 +01:00
documents-view.tsx feat: add memory tags (#152) 2026-01-13 18:28:40 +01:00
entities-view.tsx feat: introduce mental models (#132) 2026-01-16 11:16:41 +01:00
graph-2d.tsx Feature/graph viz (#85) 2026-01-02 16:27:29 +01:00
memory-detail-modal.tsx fix: misc fixes for observations and mental models (#209) 2026-01-27 15:37:57 +01:00
memory-detail-panel.tsx fix: misc fixes for observations and mental models (#209) 2026-01-27 15:37:57 +01:00
mental-model-detail-modal.tsx fix: misc fixes for observations and mental models (#209) 2026-01-27 15:37:57 +01:00
mental-models-view.tsx chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
search-debug-view.tsx chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
sidebar.tsx fix: doc build and lint files (#34) 2025-12-16 13:49:09 +01:00
think-view.tsx fix: misc fixes for observations and mental models (#209) 2026-01-27 15:37:57 +01:00