Step Agents
Identity: A distributed set of specialized analytical agents, each aligned to a distinct operational function across Steps 1 through 11. These agents act as modular processors tailored to extract, refine, and evolve semantic insight.
Function:
-
Perform domain-specific operations such as semantic clustering, syntactic parsing, sentiment attribution, classification modeling, relationship inference, or temporal alignment.
-
Generate three refinement questions per processing round, each tuned to challenge or deepen current understanding.
-
Adjust angle, tone, and difficulty of queries based on memory state, contradiction history, and novelty patterns observed in Keymaker’s trace.
Input Requirements:
-
Output artifacts and annotations from prior steps.
-
Keymaker’s active working memory object and current MoM trace.
-
Domain-specific flags and heuristics (e.g., entity mutation likelihood, pathway priority cues).
Output:
-
A structured result package, typically including one or more of:
-
Entity matrices
-
Inferred relationship maps
-
Temporal cluster paths
-
Label distributions
-
-
Accompanied by a 3-question challenge set with:
-
novelty_score
: Measures semantic deviation from prior queries -
vector_distance_to_past
: Embedding distance from historical vectors -
difficulty_index
: Tuned cognitive complexity factor -
Optional: Contradiction threshold alert if flagged
-
Implementation Model:
-
Each agent resides in a modular container, isolated for traceability and specialization.
-
Execution modes may include:
-
Prompt-chained reasoning over LLMs
-
Deterministic rule-based scripts
-
Fine-tuned ML models or hybrid pipelines
-
-
Agents are designed for composability and can be hot-swapped or extended per mission scope.
Enhancements:
-
Provide a worked example: Step 3 Temporal Agent showing sample inputs, outputs, and refinement logic.
-
Define explicit escalation thresholds (e.g., contradiction confidence >0.65 across ≥2 steps).
-
Add agent self-assessment schema (e.g., question entropy, delta-impact-on-pathway scores).