Go-Bt: Minimalist Behavior Trees for Go
Summary
Go-Bt is a minimalist Behavior Tree library for Go designed for background workers, game AI, and automation. It emphasizes stateless nodes, a simple Run return scheme, and clock-injected testing, with a quick-start example and a background Supervisor daemon. The article highlights how this approach enables scalable, testable automation workflows in Go.