
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@fozikio/tools-reasoning
Advanced tools
Cognitive reasoning for AI agents — abstraction, contradiction detection, and insight surfacing. Plugin for cortex-engine.
Cognitive reasoning plugin for cortex-engine. Higher-order thinking tools for abstraction, contradiction detection, signal surfacing, prospective memory, and explained retrieval.
npm install @fozikio/tools-reasoning
| Tool | Description |
|---|---|
abstract | Propose a higher-level concept that subsumes 2-10 memories using LLM reasoning |
contradict | Record a contradiction between an observation and an existing belief or memory |
surface | List unresolved cognitive signals -- contradictions, tensions, and gaps |
intention | Set prospective memory reminders that surface when a trigger condition occurs |
notice | Fast-path observation recording without embedding (embedded in next batch job) |
resolve | Mark a cognitive signal as resolved with an optional note |
query_explain | Semantic search over memory with LLM-generated relevance explanations |
# 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],
});
MIT
FAQs
Cognitive reasoning for AI agents — abstraction, contradiction detection, and insight surfacing. Plugin for cortex-engine.
The npm package @fozikio/tools-reasoning receives a total of 17 weekly downloads. As such, @fozikio/tools-reasoning popularity was classified as not popular.
We found that @fozikio/tools-reasoning demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.