enum

Smith::Subagents::Mode

Inherits Enum < Comparable < Value < Object

Constants

Work = 0
Inspect = 1

Constructors

from_string(str : String) : Mode
Source

Instance methods

inspect?

Returns true if this enum value equals Inspect

Source
work?

Returns true if this enum value equals Work

Source