Class: Legion::Extensions::Agentic::Integration::Synthesis::Client

Inherits:
Object
  • Object
show all
Includes:
Runners::CognitiveSynthesis
Defined in:
lib/legion/extensions/agentic/integration/synthesis/client.rb

Instance Method Summary collapse

Methods included from Runners::CognitiveSynthesis

#add_stream, #average_coherence, #check_conflict, #decay_streams, #dominant_stream, #remove_stream, #status, #synthesis_history, #synthesize

Constructor Details

#initialize(engine: nil) ⇒ Client

Returns a new instance of Client.



17
18
19
# File 'lib/legion/extensions/agentic/integration/synthesis/client.rb', line 17

def initialize(engine: nil, **)
  @synthesis_engine = engine || Helpers::SynthesisEngine.new
end