Documentation Index
Fetch the complete documentation index at: https://docs.worldflux.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install
Install uv
uv is the runner the docs use; pipx install worldflux works too.First local run
demo-box/outputs/ now holds a manifest, metrics, logs, and any artifacts the recipe produced. report.md lands in demo-box/. Nothing left the machine.
Sync to the cloud
--api-url is http://localhost:8000; point at a deployed cloud control plane in production. The dashboard now lists demo-box. Open it, copy the share link, send it to whoever asked.
On machines with no OS keyring (some Linux containers),
worldflux login fails until you pass --allow-plaintext. That writes the key to ~/.worldflux/credentials.toml. In CI, prefer --token-env and short-lived secrets over plaintext storage.Compare two runs
comparison.md lands at the repo root with metric deltas, the chosen winner, and links to whichever artifacts (prediction_plot.svg, rollout.html, rollout.mp4) the recipes produced.
Curated adapters
env build resolves the adapter’s pyproject and downloads weights. curated run reuses that environment.
Where to go next
CLI reference
Every top-level command and sub-tree, with
--json examples for CI.Dashboard
Sidebar, runs, compare, public share, billing.
Concepts
BYO model, runtime plugins, eval bridges.
FAQ
Edge cases, error messages, common slips.