Module executor

Module executor 

Source
Expand description

§Execution framework and traits

This module provides the execution framework for Knowledge Interaction Protocol (KIP) commands. It defines the core Executor trait that must be implemented by any KIP command processor, and provides a convenient high-level function for executing KIP commands from string input.

The executor is responsible for taking parsed KIP commands (KQL queries, KML statements, or META commands) and executing them against a knowledge graph or cognitive nexus, returning structured responses.

Traits§

Executor
The core trait that defines how KIP commands are executed.

Functions§

execute_kip
High-level convenience function for executing KIP commands from string input.