Class: Pikuri::Agent::Event::SystemInjected

Inherits:
Data
  • Object
show all
Defined in:
lib/pikuri/agent/event.rb

Overview

A reference block injected into the chat log — recalled memory, a host-loaded skill, a path-activation promotion, retrieved snippets. Carries the block unwrapped, without the <system-reminder> envelope Pikuri::Agent#append_reference_block sends it under, so a listener renders what the host wrote rather than pikuri's framing.

Named for the role it plays (background reference, not new user input), not the wire role it lands under — which is :user, because a mid-conversation :system message is unportable.

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



40
41
42
# File 'lib/pikuri/agent/event.rb', line 40

def content
  @content
end