|
|
|
|
|
by visarga
138 days ago
|
|
> want to build context to a good place then preserve/reuse it over and over, fire off side quests etc, bring back only the good stuff My attempt - a minimalist graph format that is a simple markdown file with inline citations. I load MIND_MAP.md at the start of work, and update it at the end. It reduces context waste to resume or spawn subagents. Memory across sessions. https://pastebin.com/VLq4CpCT |
|
I was using table structure with column 1 as a key, and col 2 as the data, and told the agents to match key before looking at Col 2. It worked, but sometimes it failed spectacularly.
I’m going to try this out. Thanks for sharing your .md!