Advanced Reasoning Operators
These tools add the sequential-thinking roadmap features as explicit MCP contracts. All generated analysis is labeled heuristic unless a future provider binding supplies real model-backed or retrieval-backed execution.
Assumption Ledger
record_assumptionstores a premise with status, criticality, optional evidence, and source node links.set_assumption_statusupdates that premise after evidence is gathered.- Critical/high verifiable assumptions that are not
verifiedblockconsensus_answer,converge_reasoning, and checkpoints under fail-closed policy. - Resource:
reasoning://session/{id}/assumptions.
Replay And Convergence
replay_reasoning_sessionreturns an ordered trace of nodes, assumptions, verification entries, checkpoints, and route state.converge_reasoninggates convergence on critical assumptions, critical verification entries, and a deterministic quality score. It creates a convergence summary node only when blockers are cleared.
Pattern Registry
apply_reasoning_patternsupportssocratic,scientific_method,systems_map,mental_model,debugging,optimization,dialectical, andcode_reasoning.- The tool returns prompts and can insert pattern nodes into the DAG so an agent can continue from structured analytical modes.
- Resource:
reasoning://patterns.
Checkpoints
run_reasoning_checkpointpersists a quality/route gate with blocking gaps and recommended next tools.- Resource:
reasoning://session/{id}/checkpoints.
Tool Planning
plan_tool_sequencereturns a stage-aware tool sequence with argument templates, preconditions, and expected evidence. It does not execute tools.
Memory Snapshot Boundary
export_memory_snapshotreturns a memory-ready payload.local_jsonreturnspayload_ready.recall,memory_mcp, andvector_storereturnboundary_unavailable; the caller must persist the payload through its own memory provider.- Resource:
reasoning://memory/sinks.
Transport Boundary
- The active transport remains
stdio. reasoning://config/transportsreports that streamable HTTP is not active in this build.- The root
Dockerfilepackages the stdio server for supervised MCP hosts.