Class: Luogu::Base

Inherits:
Object
  • Object
show all
Extended by:
Dry::Configurable
Defined in:
lib/luogu/base.rb

Direct Known Subclasses

AIUI, AgentRunner, ChatLLM, Terminal

Instance Method Summary collapse

Instance Method Details

#configObject



12
13
14
# File 'lib/luogu/base.rb', line 12

def config
  self.class.config
end

#loggerObject



8
9
10
# File 'lib/luogu/base.rb', line 8

def logger
  Application.logger
end