🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fozikio/tools-reasoning

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fozikio/tools-reasoning

Reasoning and cognitive tools plugin for cortex-engine

Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
68
750%
Maintainers
1
Weekly downloads
 
Created
Source

@fozikio/tools-reasoning

Cognitive reasoning plugin for cortex-engine. Higher-order thinking tools for abstraction, contradiction detection, signal surfacing, prospective memory, and explained retrieval.

Install

npm install @fozikio/tools-reasoning

Tools

ToolDescription
abstractPropose a higher-level concept that subsumes 2-10 memories using LLM reasoning
contradictRecord a contradiction between an observation and an existing belief or memory
surfaceList unresolved cognitive signals -- contradictions, tensions, and gaps
intentionSet prospective memory reminders that surface when a trigger condition occurs
noticeFast-path observation recording without embedding (embedded in next batch job)
resolveMark a cognitive signal as resolved with an optional note
query_explainSemantic search over memory with LLM-generated relevance explanations

Usage

# cortex-engine config
plugins:
  - package: "@fozikio/tools-reasoning"
import reasoningPlugin from "@fozikio/tools-reasoning";
import { CortexEngine } from "cortex-engine";

const engine = new CortexEngine({
  plugins: [reasoningPlugin],
});

License

MIT

Keywords

cortex

FAQs

Package last updated on 15 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts