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. Supported provider names:
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 (channels, tables, files, workflows, …) and the proxy for connected tools and model calls.