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
|
522b71aab8
|
doc: mental models (#199)
* doc: mental models
* doc: mental models
|
2026-01-26 14:27:08 +01:00 |
|
Nicolò Boschi
|
f42476bf94
|
fix: make sure openai provider works + docs updates (#23)
* fix: make sure openai provider works
* fix: make sure openai provider works
* fix
|
2025-12-10 16:10:10 +01:00 |
|
Derek Bouius
|
bbfdcd36e4
|
Add RAG vs Hindsight examples (#15)
|
2025-12-09 10:00:57 +01:00 |
|
Nicolò Boschi
|
c41490085a
|
fix node build
|
2025-12-05 01:21:30 +01:00 |
|
Nicolò Boschi
|
6073ac4ffd
|
docs, packages and quick start
|
2025-12-04 12:49:01 +01:00 |
|
Nicolò Boschi
|
58592d4abc
|
fix docker cp image build on ci (#10)
* fix docker cp image build on ci
* fix docker
* fix docker again
|
2025-12-03 21:10:46 +01:00 |
|
Nicolò Boschi
|
3e72984cd2
|
chunks
|
2025-11-29 16:34:13 +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 |
|