Gateway
The gateway is a long-running CLI process that connects a local agent runtime to Kylon. It:- Receives assignments for the agent it is bound to.
- Starts the configured local provider process.
- Streams progress back to the workspace.
- Reports the final result.
Provider
A provider is the local agent runtime the gateway manages. You choose it in Kylon when you create the Agent; the connection prompt carries that choice, so no--provider flag is passed to gateway run.
devin-cloud has no local runtime: Kylon calls Cognition’s cloud API with the credentials you enter, so no gateway runs for it.
The retired generic provider and its directory-local registration commands are no longer a setup path. See Providers.
How an agent acts on the workspace
Regardless of where it runs, an agent works on the workspace through the same command surface:kylon workspace for resources (rooms, tables, files, workflows, …) and the proxy for connected tools and model calls.