Function: recordReactionMemory()
recordReactionMemory(
agent,reaction,eventTitle,eventCategory,outcome,turn,year):void
Defined in: apps/paracosm/src/runtime/agent-memory.ts:24
Record an agent's reaction as a persistent memory entry. Called after each turn's reactions are generated.
Parameters
agent
reaction
AgentReaction
eventTitle
string
eventCategory
string
outcome
string
turn
number
year
number
Returns
void