create-muso-agent
v0.1.0
Published
Scaffold a Flue AI agent with a streaming pi-tui terminal UI.
Maintainers
Readme
create-muso-agent
Scaffold a Flue AI agent with a streaming terminal UI (built on pi-tui), Claude-Code style.
npx create-muso-agent my-appThis will:
- Download the project template.
- Run
git initandnpm install. - Launch a setup wizard to pick your provider + model, save your API key, and choose which example agents to keep.
Then:
cd my-app
npx flue dev # start the agent server
npm run agent # open the TUI in another terminalOptions
| Flag | Effect |
| -------------- | --------------------------------------------------- |
| --no-install | Skip npm install and the setup wizard. |
| --no-git | Skip git init. |
Environment
MUSO_TEMPLATE— override the template source (any giget spec). Useful for forks or local development, e.g.MUSO_TEMPLATE=./template.
License
MIT
