Skip to content

Commit a6536d0

Browse files
committed
remove migration section from README
1 parent 5cda443 commit a6536d0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -162,20 +162,6 @@ var recalled = await memory.MemoryRecallAsync(scope, "What is Tianqi building?",
162162

163163
The high-level SDK also exposes optional slot/policy helpers, but the primary agent contract is file-like memory tools.
164164

165-
## Migration Guide (slot/policy -> file-like tools)
166-
167-
If you previously modeled memory by slot IDs and template bindings, migrate to direct file primitives.
168-
169-
| Previous style | File-first style |
170-
|---|---|
171-
| `PrepareTurnAsync` with slot defaults | `context:assemble` with explicit `files[]` |
172-
| Slot load by `slot_id` | `memory_load_file(path)` |
173-
| Slot patch with path-template indirection | `memory_patch_file(path, edits)` |
174-
| Slot replace | `memory_write_file(path, content)` |
175-
| Slot/project routing logic in runtime | Caller-owned path conventions + `memory_list_files(prefix)` |
176-
177-
Keep slot/policy helpers only when your app explicitly needs them. They are optional, not the default integration path.
178-
179165
## Official Agent Sample
180166

181167
Runnable sample:

0 commit comments

Comments
 (0)