Launched this week

Tokyo
Open-source framework for building agent-friendly CLIs
4 followers
Open-source framework for building agent-friendly CLIs
4 followers
Hi everyone, we're Vivien and Vikram and we're releasing an open-source framework for building an agent-friendly CLI for your app. You point Tokyo at your API spec, and it generates the routes and commands you need to get started. Then we also built in the stuff that usually makes CLIs annoying to ship: deployment, self-updates, and a tokyo dev command that keeps rebuilding things as you work, including when your API spec changes (and no, we couldn't just use bacon here).




Finally a framework that handles the boring CLI parts like self-updates and deploys. Pointed it at a small FastAPI spec and it spun up working routes faster than I expected.
Love that it rebuilds on the fly when the API spec changes, saved me from the usual watch loop headaches. The deployment and self-update handling out of the box is a really thoughtful touch too.