Built a directory jail for Pi agents
An OMP user reached out asking for a tool that confined their agent to a single directory. So I spun one up. Works with any agent though. Open source if you want to try it out.
An OMP user reached out asking for a tool that confined their agent to a single directory. So I spun one up. Works with any agent though. Open source if you want to try it out.
hey, built a little tui recently that's basically top but for your Redis traffic instead of processes. it shows you what your app is actually doing to Redis. Shows which key patterns are eating traffic, which commands are running, and it flags footguns like KEYS * before they bite you. Open source, feel free to poke around.
Sauce GitHub
hey I recently built this tui, its intended to function similar to top but rather than inspecting processes its for inspecting http requests occurring on a machine. It works by hooking into the TC Syscalls so it needs to be behind a TLS terminated endpoint for it to function but I thought it was nice and figured I'd share. Its open source so feel free to poke around.
sauce: GitHub