an understandable agent for Mini Micro
This project creates an agent, i.e., a software bot that can use multi-step tools in order to carry out extended tasks, similar in principle to OpenClaw or Hermes. But unlike those, MiniClaw is written in MiniScript and runs within Mini Micro. This brings two big benefits:
-
The code is small, simple, and easy to understand (even if you don't know MiniScript; the language itself is so simple it has a 1-page quick reference).
-
Mini Micro is a sandboxed environment -- no matter how the agent goes rogue or what bugs the code might contain, it can't hurt anything on your computer other than, at worst, the agent's own files.
For a write-up of how this works, see the dev.to post about it.
