Quickstart
Build agentdesktop, then choose local YAML for one device or a controller for fleet management.
Start with Build and install when working from source. The quickstarts then cover two configuration modes:
- Standalone reads desired configuration from local YAML. It creates no controller-managed device identity and can use OIDC to authenticate the user directly to an inference gateway.
- Controller-managed enrolls the user and device, receives versioned configuration from the controller, and can request short-lived controller-signed gateway JWTs.
Both modes reconcile the supported developer tool’s own configuration. The inference gateway is a separate service; the source repository includes local and Kubernetes agentgateway examples.
Build and install
Build the device app, command-line client, controller, and embedded web interfaces from source.
Standalone
Run agentdesktop from local YAML without a fleet controller.
Controller-managed
Enroll a device, distribute configuration, and issue short-lived inference-gateway credentials.