Module: ComposableAgents::Mixins::Logger
- Included in:
- Agent, AiAgents::Tools::AskUserTool, AiAgents::Tools::CreateArtifactTool, AiAgents::Tools::GetArtifactTool
- Defined in:
- lib/composable_agents/mixins/logger.rb
Overview
Logging mixin for agents
Public API collapse
-
.debug? ⇒ Boolean
Check if debug mode is enabled.
Class Method Details
.debug? ⇒ Boolean
Check if debug mode is enabled
11 12 13 |
# File 'lib/composable_agents/mixins/logger.rb', line 11 def self.debug? ENV['COMPOSABLE_AGENTS_DEBUG'] == '1' end |