Interface: AdaptiveModifyRequest
@kortexya/reasoninglayer / Cognitive / AdaptiveModifyRequest
Interface: AdaptiveModifyRequest
Defined in: src/types/cognitive.ts:684
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:690
Action: “assert” or “retract”.
agentId
agentId:
string
Defined in: src/types/cognitive.ts:686
Agent ID (UUID).
tenantId
tenantId:
string
Defined in: src/types/cognitive.ts:688
Tenant ID (UUID).
term
term:
CognitiveGoalDto
Defined in: src/types/cognitive.ts:692
Rule/fact to modify.