Class: Legion::Extensions::Llm::Transport::Exchanges::Fleet

Inherits:
Transport::Exchange
  • Object
show all
Defined in:
lib/legion/extensions/llm/transport/exchanges/fleet.rb

Overview

Shared topic exchange for live LLM fleet requests and replies.

Instance Method Summary collapse

Instance Method Details

#default_typeObject



16
17
18
# File 'lib/legion/extensions/llm/transport/exchanges/fleet.rb', line 16

def default_type
  'topic'
end

#exchange_nameObject



12
13
14
# File 'lib/legion/extensions/llm/transport/exchanges/fleet.rb', line 12

def exchange_name
  'llm.fleet'
end