ML Claw TUI Demo
A terminal user interface (TUI) for managing ML Claw deployments on Hugging Face Spaces.
Features
- Dashboard: Overview of your ML Claw deployment
- Bootstrap: Create or update HF Space deployments
- Gateway: Start/stop/restart gateway operations
- State: Manage deployment state buckets
- Models: Configure inference models
- Settings: Update hardware and sleep settings
Installation
# Install ML Claw with TUI support
npm install -g mlclaw
# Or clone and build from source
git clone https://github.com/huggingface/mlclaw.git
cd mlclaw
npm install
npm run build
Usage
# Launch the TUI
mlclaw-tui
# Or use the CLI
mlclaw bootstrap
mlclaw gateway start my-agent
mlclaw gateway status my-agent
Quick Start
Authenticate with Hugging Face:
hf auth loginLaunch the TUI:
mlclaw-tuiFollow the interactive prompts to deploy your agent
Keyboard Shortcuts
1-6: Switch tabsAlt+Left/Right: Cycle tabsTab/Shift+Tab: Navigate fieldsEnter: Confirm/SelectCtrl+T: Theme selectorCtrl+D: Toggle dark/light modeq: Quit
Architecture
ML Claw deploys OpenClaw agents to Hugging Face Spaces with durable state in private Storage Buckets. The TUI provides a terminal-based interface for managing deployments.
Links
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support