Install
openclaw skills install @nohn3043-arch/anthropomorphic-agent-engineBreathe life into AI agents with a deterministic psychology engine — eight-dimensional emotions that flow and linger, trauma that shapes memory, trust that erodes over time. No black boxes, no randomness, just reproducible personalities that feel profoundly human.
openclaw skills install @nohn3043-arch/anthropomorphic-agent-engineA deterministic psychological engine built on SPL Pure Core V8.0 — no probabilistic black boxes, no hidden randomness. Every state change is traceable and reproducible, giving AI agents the emotional depth needed for long-term, credible human interaction.
Automatically activates when users ask about:
from scripts.SPL_anthropic_engine import SPLPureCoreV8_0
core = SPLPureCoreV8_0()
# Input event vector: belonging 0.5, threat -0.1, time step 1.0
core.process_vector({"belonging": 0.5, "threat": -0.1}, 1.0)
# Get complete state snapshot
print(core.snapshot())
from assets.feature.Identity_module import IdentityEngine
identity = IdentityEngine()
identity.add_identity("poet", {"sensitivity": 0.9, "rationality": 0.3})
Personal non-commercial research use only. Government/enterprise commercial use requires written authorization.