Class: Protege::Orchestrator::ReplyHarness
- Defined in:
- lib/protege/orchestrator/reply_harness.rb
Overview
The reactive run — answering one inbound email. Runs the receiving persona's message_resolvers
chain, opens the turn with the message body (plus any viewable attachments as vision parts), and
streams tokens when the message came from the console. The Harness base owns the tool loop;
this subclass only supplies the reply-specific hooks.
Instance Method Summary collapse
- #initialize(persona:, message:) ⇒ void constructor
Methods inherited from Harness
Constructor Details
#initialize(persona:, message:) ⇒ void
13 14 15 16 |
# File 'lib/protege/orchestrator/reply_harness.rb', line 13 def initialize(persona:, message:) super(persona:) @message = end |