Skip to content

Interface: AdaptiveModifyRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / AdaptiveModifyRequest

Interface: AdaptiveModifyRequest

Defined in: src/types/cognitive.ts:726

Request to adaptively modify agent rules during inference.

Remarks

Demonstrates true homoiconicity: rules can be asserted or retracted during inference, not just at API boundaries.

Properties

action

action: "assert" | "retract"

Defined in: src/types/cognitive.ts:732

Action: “assert” or “retract”.


agentId

agentId: string

Defined in: src/types/cognitive.ts:728

Agent ID (UUID).


tenantId

tenantId: string

Defined in: src/types/cognitive.ts:730

Tenant ID (UUID).


term

term: CognitiveGoalDto

Defined in: src/types/cognitive.ts:734

Rule/fact to modify.