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
Nicolò Boschi
8e39cb7bc8
fix: improve mental model consolidation ( #197 )
...
* fix: improve mental model consolidation
* fix skill names
* fixes
* fix: add missing list_tenants to test mocks and update CLI for async refresh
2026-01-26 09:54:25 +01:00
Nicolò Boschi
9db64ecda3
feat: revisit mental models, directives and reflections ( #179 )
...
* chore: run benchmarks with reflect mode
* chore: run benchmarks with reflect mode
* fixes
* new mm
* bunch of fixes
* initial commit
* fixes
* fixes
* fixes
* fix: sometimes memories gets extracted in the wrong language
2026-01-22 17:13:16 +01:00
Nicolò Boschi
63a65d0723
feat: improve mental model refresh and add directives ( #166 )
...
* feat: improve mental model refresh and add directives
* feat: improve mental model refresh and add directives
* tags
* ui
* fix
* fix
* update
* update
2026-01-19 11:38:35 +01:00
Nicolò Boschi
4f2833873c
feat: introduce mental models ( #132 )
...
* mental models
* DRAFT: refactor entity observations
* fix db patch
* agentic
* agentic
* reflect agent
* new style
* more
* fix ci
* fix
* fix
2026-01-16 11:16:41 +01:00
Nicolò Boschi
20c8f8b06a
feat: add memory tags ( #152 )
...
* feat: add memory tags
* feat: add memory tags
* support tags
* support tags
2026-01-13 18:28:40 +01:00
Nicolò Boschi
26bf5714cd
fix: entities list only show 100 entities ( #142 )
...
* fix: entities list only show 100 entities
* fix: update Rust CLI for entities pagination API changes
2026-01-12 18:50:53 +01:00
Nicolò Boschi
4135a6cee5
ci: frozen uv sync ( #138 )
...
* ci: frozen uv sync
* fix: add missing authorization parameter to get_agent_stats in CLI
The generated Rust client was updated with an authorization header
parameter for get_agent_stats, but the CLI code wasn't updated.
2026-01-09 16:43:00 +01:00
Nicolò Boschi
67c1a4295f
fix: ui shows only 1000 memories ( #121 )
...
* fix: ui shows only 1000 memories
* fix: ui shows only 1000 memories
2026-01-08 11:22:10 +01:00
Nicolò Boschi
e06a6120a3
feat(misc): update clients types, test coverage, improve /health endpoint and add changelog ( #70 )
...
* doc: changelog and delete doc info
* others
* others
* fixes
* fixes
2025-12-23 12:49:31 +01:00
Nicolò Boschi
04b2fcf0b5
update openapi spec
2025-12-09 10:02:14 +01:00
Nicolò Boschi
76cfa8f9c4
fix entity and migrate memory disposition
2025-12-08 16:14:49 +01:00
Nicolò Boschi
06b956a553
new names
2025-12-04 21:34:05 +01:00
Nicolò Boschi
b4a2915d89
rename bank facts to interactions
2025-12-04 17:21:10 +01:00
Nicolò Boschi
943f6e7844
control plane and api issues
2025-12-02 18:28:57 +01:00
Nicolò Boschi
f7cf33c610
fix regressions and bunch of issues
2025-12-01 18:44:49 +01:00
Nicolò Boschi
d099ef870d
rename to new names
2025-11-27 16:22:16 +01:00
Nicolò Boschi
b1ff2e8823
rename to hindsight ( #2 )
2025-11-25 19:28:26 +01:00