Skip to main content

Module request

Module request 

Source
Expand description

§Request/Response structures for JSON-based communication

This module implements the standardized request-response model for all interactions with the Cognitive Nexus as defined in KIP specification section 6.

LLM Agents send structured requests (typically encapsulated in Function Calling) containing KIP commands to the Cognitive Nexus, which returns structured JSON responses.

Structs§

ErrorObject
Structured error details for failed requests
Request
Defines the arguments for the execute_kip function, which is the standard interface for an LLM to interact with the Cognitive Nexus.

Enums§

CommandItem
Represents a single command item in the batch commands array.
Response
Response structure from the Cognitive Nexus