This originally started as a read-only visualizer[1] that i made because i had trouble mapping out the paths in my head when using Matt Pocock's /wayfinder skill[2]. It was annoying having to imagine the "map" and weighing between the next best candidates solely based off my agent's text response. The visualizer worked great, but i was still manually prompting "take ticket 04 of the xxxx wayfinder map" and "resolve ticket 12 in the xxxx wayfinder map". It grew to be tedious, so this was the next logical step. I was using herdr[3] at the time so this was heavily-inspired by it. UI is rendered with Svelte on top of a Go base handling all of the native functionality. xterm.js for handling terminal sessions. [1] - https://github.com/rengwu/wayfinder-maps [2] - https://github.com/mattpocock/skills/blob/main/skills/engine... [3] - https://herdr.dev/ - HN discussion: https://news.ycombinator.com/item?id=48714802 |
No comments yet