Kind: Function
Source: atloria-monorepo/libs/agent-core/src/runtime/runtime-factory.ts
Create an IAgentLoop from config.
This is the recommended way to create a runtime — replaces manual
new AzureModelProvider() + new AgentRuntime() construction.
Signature
tsfunction createRuntime(config: RuntimeConfig): IAgentLoop
Parameters
| Name | Type |
|---|---|
config | RuntimeConfig |
Returns: IAgentLoop
Was this page helpful?