|
feat(nodes): add headless one-liner provisioning
- New /api/v1/nodes/provision/{node_id} endpoint returns a python install script.\n- New /api/v1/agent/installer endpoint serves the bootstrap_installer.py script.\n- UI updated with code snippet and copy-to-clipboard for rapid headless deployment.
|
|---|
|
|
| ai-hub/app/api/routes/agent_update.py |
|---|
| ai-hub/app/api/routes/nodes.py |
|---|
| frontend/src/pages/NodesPage.js |
|---|