GustWeb
The web UI for Gust.
GustWeb is a Phoenix web server. Run mix phx.server to start it.
By default, it also starts the Gust core, which means DAGs are loaded and executed.
If you are working in multi-node mode and want to run only the web server, use:
GUST_ROLE=web mix phx.server
Guides
- Installation — creating a new Gust app, or adding
gust_webto an existing Phoenix app. - HTTP API — triggering DAG runs and resuming waiting tasks over HTTP.
- MCP Server — giving your LLM access to Gust through MCP.