Interface: ReflectionQueryRequest
@kortexya/reasoninglayer / Cognitive / ReflectionQueryRequest
Interface: ReflectionQueryRequest
Defined in: src/types/cognitive.ts:798
Request for an agent self-reflection query.
Remarks
Demonstrates true homoiconicity: the agent can reason about its own inference rules using the same unification-based query mechanism.
Properties
agentId
agentId:
string
Defined in: src/types/cognitive.ts:800
Agent ID (UUID).
query
query:
string
Defined in: src/types/cognitive.ts:804
Query: what to reflect on (e.g., “rules_with_certainty_above(0.8, ?R)“).
tenantId
tenantId:
string
Defined in: src/types/cognitive.ts:802
Tenant ID (UUID).