ash serve
Start the Ash assistant server.
Usage
uv run ash serve [OPTIONS]Options
| Option | Default | Description |
|---|---|---|
--config, -c | auto | Path to config file |
--host, -h | 127.0.0.1 | Host to bind to |
--port, -p | 8080 | Port to bind to |
Examples
uv run ash serveuv run ash serve --host 0.0.0.0 --port 3000uv run ash serve --config ~/.ash/config.tomlWhat ash serve does
- Loads configuration
- Bootstraps runtime integrations
- Starts provider runtime (including Telegram if configured)
- Starts the server process
Press Ctrl+C to stop.