Getting Started
Installation
WU BOT ships as a Python package. It supports macOS, Linux, and WSL. Windows native is best-effort.
Requirements
- Python 3.11 or later
- A Robinhood account with Agentic Trading enabled (for live)
- Optional: an API key from Lovable AI Gateway or your own LLM provider
Install with PyPI
bash
pip install wu-bot
wu-bot init
wu-bot --helpInstall with uv
bash
uv pip install wu-bot
wu-bot initInstall from source
bash
git clone https://github.com/ivanwu/wu-bot.git
cd wu-bot
uv sync
uv run wu-bot initVerify
Confirm the CLI is on your PATH and can reach the hosted control plane:
$ wu-bot doctor
✓ python 3.11.7
✓ config at ~/.wu-bot/config.toml
✓ control plane reachable (edge/iad)
✓ credentials vault unlocked