mirror of
https://github.com/himanshudongre/smriti.git
synced 2026-09-11 22:51:19 +00:00
Added Screenshot of Checkpoint diff from tool
This commit is contained in:
parent
125b19e51d
commit
fb8dfd9ef1
2 changed files with 27 additions and 0 deletions
27
README.md
27
README.md
|
|
@ -14,6 +14,14 @@ different model. No re-explanation, no lost context.
|
|||
|
||||
---
|
||||
|
||||
## Demo preview
|
||||
|
||||
Click to watch a 3–4 minute walkthrough of branching, checkpoints, and comparison:
|
||||
|
||||
[](https://www.loom.com/share/0531ab1b6f114ceb9996ec5780052158)
|
||||
|
||||
---
|
||||
|
||||
## The problem
|
||||
|
||||
You spend an hour working through a hard problem. You reach a clear decision. Then you
|
||||
|
|
@ -42,6 +50,25 @@ isolated from the event stream that produced it.
|
|||
|
||||
---
|
||||
|
||||
## Beyond chat: reasoning state for agents
|
||||
|
||||
Smriti is not limited to chat workflows.
|
||||
|
||||
Agents also struggle with state. Multi-step reasoning chains become hard to debug,
|
||||
reproduce, or branch. Once an agent run diverges, there is no clean way to return to
|
||||
a prior state or explore alternatives in parallel.
|
||||
|
||||
Smriti provides a structured state layer that agents can use:
|
||||
|
||||
- Persist intermediate reasoning as checkpoints
|
||||
- Resume from any prior state deterministically
|
||||
- Fork execution paths to explore alternatives
|
||||
- Compare outcomes across runs
|
||||
|
||||
This makes agent behavior inspectable, reproducible, and debuggable.
|
||||
|
||||
---
|
||||
|
||||
## Quick start
|
||||
|
||||
### Prerequisites
|
||||
|
|
|
|||
BIN
docs/assets/checkpoint-diff.png
Normal file
BIN
docs/assets/checkpoint-diff.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 731 KiB |
Loading…
Add table
Reference in a new issue