From the deck, 2026-08-25. Builds on the read_gyazo verb.
Idea
When a Gyazo link appears in an in-world event (local chat, IM), the perception system pre-fetches the actual image and drops it into the next context packet — so the entity sees it immediately on its next turn, the same way it "sees" who's nearby or what music is playing. No manual fetch step.
Shape
- Perception (
haven/anchorage/perception.py) intercepts a gyazo URL in an event.
- Pre-fetches via the read_gyazo path (strip→i.gyazo direct; see sibling issue).
- Attaches the image to the perception payload / context packet for the next wake.
Depends on
- read_gyazo verb (the fetch primitive).
From the deck, 2026-08-25. Builds on the read_gyazo verb.
Idea
When a Gyazo link appears in an in-world event (local chat, IM), the perception system pre-fetches the actual image and drops it into the next context packet — so the entity sees it immediately on its next turn, the same way it "sees" who's nearby or what music is playing. No manual fetch step.
Shape
haven/anchorage/perception.py) intercepts a gyazo URL in an event.Depends on