Drop PreviewPublic Snapshot

#002

Minimal Agent Framework (MAF)

Every AI agent framework is a maze of abstractions. You can't trace what happened, you can't replay a failed run, and when something breaks you're debugging the framework instead of your agent. You need something you can actually read.

FrameworksExperimentalAI Agent ToolsOpenClawRead Related Note

Inside the Vault

  • One runtime loop — the entire agent core fits in your head
  • Four typed tools: shell.exec, fs, http.fetch, kv — with JSON schema validation
  • Full JSONL traces on every run — replay any execution deterministically

Plus step-by-step usage and direct repo access.

Back to DropsUnlock the Full Drop