Skip to content

Cognition EnginesDecision Intelligence for AI Agents

Query past decisions, enforce guardrails, and track calibration - all in two API calls. v0.14.0: Multi-Agent Isolation, Live Deliberation, and FORGE Plugin.

Cognition Engines

FORGE - The Decision Loop

FORGE
Fetch → Orient → Resolve → Go → Extract
You forge decisions in the Cognition Engine - deliberately, under pressure, with intention.

Every decision flows through this loop, creating a compounding record of organizational judgment.

PhaseWhat happens
FetchLoad context and past decisions
OrientCheck guardrails and constraints
ResolveDecide and record with reasoning
GoExecute
ExtractEvaluate outcomes and distill patterns

Available as a Claude Code plugin with hooks, commands, and skills that automate the entire loop.

How It Works

Two calls cover the full agent workflow:

Session start  → get_session_context  (cognitive context: profile, calibration, patterns)
Decision point → pre_action           (query + guardrails + record in one call)

The server auto-captures deliberation traces, bridge-definitions, and related decision links - zero client changes needed.

json
{
  "allowed": true,
  "similar_decisions": [...],
  "guardrail_results": [...],
  "calibration_context": {"brier_score": 0.024, "accuracy": 0.963},
  "decision_id": "abc123"
}

Released under the Apache 2.0 License.