Skip to content

Commit a26e27e

Browse files
committed
add Known Limitations section to README
Added a section on known limitations of Synix, detailing its retrospective provenance tracking and the need for re-running `synix plan` for forward-looking questions.
1 parent c4ff091 commit a26e27e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,18 @@ sensor readings + maintenance logs + incident reports
158158

159159
The pattern is always the same: raw data → structured knowledge → searchable artifacts, with incremental rebuilds and full provenance. The agent memory template is where most people start, but the architecture doesn't care what your sources are.
160160

161+
## Known Limitations
162+
163+
Synix provenance is retrospective: it tracks which inputs and prompts
164+
produced each artifact. However, it cannot answer forward-looking
165+
questions such as:
166+
167+
> "If I change this transcript, what downstream artifacts would be affected?"
168+
169+
Answering this requires re-running `synix plan`.
170+
171+
This is a known limitation of the content-addressed caching model.
172+
161173
## Where Synix fits
162174

163175
| | Mem0 | Letta | Graphiti | LangMem | **Synix** |

0 commit comments

Comments
 (0)