Get Started
Command Surface
AgenticCognition exposes its functionality through 14 MCP tools and 40+ CLI commands.
AgenticCognition exposes its functionality through 14 MCP tools and 40+ CLI commands.
Compact Facade Tools
AgenticCognition uses focused MCP tools (not operation-based routing). Each tool has a single purpose with a clear parameter schema.
Model Tools
cognition_model_create-- Create a new living user model. Accepts optionalnameandcontextparameters. Returns the model ID and initial lifecycle stage.cognition_model_heartbeat-- Record an interaction heartbeat to advance the model. Requiresmodel_id, accepts optionalcontextandobservations.cognition_model_vitals-- Retrieve health metrics including lifecycle stage, belief count, last heartbeat, and health score. Requiresmodel_id.cognition_model_portrait-- Generate a natural-language portrait of the user. Requiresmodel_id, accepts optionaldepth(brief, standard, deep).
Belief Tools
cognition_belief_add-- Add a new belief with text, domain, confidence, and evidence. Requiresmodel_idandtext.cognition_belief_query-- Query beliefs by text, domain, or minimum confidence. Requiresmodel_id.cognition_belief_graph-- Retrieve the full belief graph with entanglements. Requiresmodel_id, accepts optionaldepthandcenter.
Reflection Tools
cognition_soul_reflect-- Produce a deep soul reflection across all model dimensions. Requiresmodel_id, accepts optionalfocus.cognition_self_topology-- Generate the self-concept topology showing peaks, valleys, edges, and defended territories. Requiresmodel_id.
Analysis Tools
cognition_pattern_fingerprint-- Generate a decision-making fingerprint from behavioral patterns. Requiresmodel_id, accepts optionaldomain.cognition_shadow_map-- Generate the shadow map with projections, blindspots, and defended regions. Requiresmodel_id.cognition_drift_track-- Track longitudinal drift in beliefs and values. Requiresmodel_id, accepts optionalrangeanddomain.
Prediction Tools
cognition_predict-- Predict user preferences. Requiresmodel_idandquery.cognition_simulate-- Simulate a decision scenario with multiple options. Requiresmodel_idandscenario, accepts optionaloptions.
CLI Commands
AgenticCognition provides 40+ CLI commands through the acog binary, organized into eight groups.
model (9 commands)
create, show, vitals, heartbeat, portrait, soul, consciousness, list, delete
Manage living user models and their lifecycle. The create command generates a new model. The heartbeat command records interaction context. The soul command produces a deep multi-dimensional reflection.
belief (12 commands)
add, show, list, strengthen, weaken, connect, graph, keystones, contradictions, crystallize, collapse, search
Manage the belief graph. Beliefs can be added, strengthened, weakened, and connected. The keystones command identifies beliefs that anchor the system. The contradictions command detects conflicting belief pairs.
self (6 commands)
topology, peaks, valleys, blindspots, defended, edges
Explore the self-concept landscape. Identity peaks represent the strongest self-beliefs. Valleys represent areas of low confidence. Defended regions resist change.
pattern (3 commands)
fingerprint, fossils, strata
Analyze behavioral patterns. The fingerprint captures decision-making style. Fossils are preserved behavioral artifacts. Strata show archaeological layers of identity.
shadow (3 commands)
map, projections, blindspots
Map unconscious patterns. The shadow map shows projections (attributes ascribed to others that belong to self), blindspots (gaps in self-awareness), and defended territories.
bias (2 commands)
field, triggers
Detect cognitive bias fields and emotional triggers that distort perception and decision-making.
drift (2 commands)
timeline, tectonics
Track longitudinal changes. The timeline shows drift events over time. Tectonics reveals slow, deep movement of core value systems.
predict (3 commands)
preference, decision, future
Use the prediction engine. Preference prediction answers specific questions. Decision simulation evaluates scenarios with options. Future projection estimates identity trajectory.
Global Options
All commands support --format json|table|text, --storage <path>, and --verbose flags. See CLI Reference for complete details.