Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.07 KB

AgentWorkerRuntimeDict.md

File metadata and controls

17 lines (12 loc) · 1.07 KB

AgentWorkerRuntimeDict

The agent worker runtime is used to connect to data sources not accessible over the Internet. An agent worker should only be used when the desired connector does not support the agent proxy runtime. Agent worker runtimes are associated with a single or multiple agents that store the source configuration and credentials locally in an encrypted format, and run source capabilities on the agent itself.

Properties

Name Type Required Description
agentRids List[AgentRid] Yes The RIDs of the agents configured on the connection. These agents are used to provide network connectivity to the external systems or APIs configured on the connection.
type Literal["agentWorkerRuntime"] Yes None

[Back to Model list] [Back to API list] [Back to README]