Skip to content

agent-core / Exports / ITemplateApplicationResult

Interface: ITemplateApplicationResult

Template application result

Table of contents

Properties

Properties

config

config: IAgentConfig

Applied configuration

Defined in

packages/agent-core/src/managers/agent-templates.ts:22


template

template: IAgentTemplate

Template that was applied

Defined in

packages/agent-core/src/managers/agent-templates.ts:24


warnings

warnings: string[]

Any warnings during application

Defined in

packages/agent-core/src/managers/agent-templates.ts:26


modified

modified: boolean

Whether config was modified during application

Defined in

packages/agent-core/src/managers/agent-templates.ts:28

Released under the MIT License.