CrewAI tool for the Ejentum Reasoning Harness. Library of 679 cognitive operations across 4 harnesses, each engineered in two layers: natural-language procedure + executable reasoning topology (graph DAG). Injected before the LLM step to harden reasoning against decay on complex tasks.
Agno Toolkit for the Ejentum Reasoning Harness. Four cognitive harnesses (reasoning, code, anti-deception, memory) as agent-callable methods. Each call returns a task-matched cognitive operation engineered in two layers: natural-language procedure plus executable reasoning topology.
smolagents Tool subclasses for the Ejentum Reasoning Harness. Four tools (reasoning, code, anti-deception, memory) plus an ejentum_tools() factory. Each call returns a task-matched cognitive operation engineered in two layers: natural-language procedure plus executable reasoning topology.
PydanticAI toolset for the Ejentum Reasoning Harness. EjentumToolset subclasses FunctionToolset and registers four tools (reasoning, code, anti-deception, memory) the agent calls before generating. Each call returns a task-matched cognitive operation engineered in two layers: natural-language procedure plus executable reasoning topology.