Class: Legion::Extensions::Agentic::Inference::HypothesisTesting::Client

Inherits:
Object
  • Object
show all
Includes:
Runners::HypothesisTesting
Defined in:
lib/legion/extensions/agentic/inference/hypothesis_testing/client.rb

Instance Method Summary collapse

Methods included from Runners::HypothesisTesting

#competing_hypotheses, #evaluate_hypothesis, #get_hypothesis, #hypothesis_report, #most_confident_hypotheses, #propose_hypothesis, #test_hypothesis

Constructor Details

#initializeClient

Returns a new instance of Client.



16
17
18
# File 'lib/legion/extensions/agentic/inference/hypothesis_testing/client.rb', line 16

def initialize(**)
  @hypothesis_engine = Helpers::HypothesisEngine.new
end