Architecture
-
The big picture: how Amenbo is put together
A survey of how Amenbo, a task manager for AI agents, is built, before digging into the individual pieces of tech. The GUI and the CLI both call the same Rust Core, and data lands in a single local SQLite. The project folder holds only a marker; the store is a graph of tasks and decisions.