Skip to content

Interface: GetAgentStateRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / GetAgentStateRequest

Interface: GetAgentStateRequest

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

Request to get agent state.

Remarks

Uses POST with agent_id and tenant_id in the body (same pattern as other cognitive endpoints).

Properties

agentId

agentId: string

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

Agent UUID.


tenantId

tenantId: string

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

Tenant UUID.