Module: RubynCode::Teams
- Defined in:
- lib/rubyn_code.rb,
lib/rubyn_code/teams/mailbox.rb,
lib/rubyn_code/teams/manager.rb,
lib/rubyn_code/teams/teammate.rb,
lib/rubyn_code/teams/agent_registry.rb
Overview
Layer 9: Teams
Defined Under Namespace
Classes: AgentRegistry, Mailbox, Manager, Teammate
Constant Summary collapse
- VALID_STATUSES =
Immutable value object representing a teammate in an agent team.
Status values: “idle”, “active”, “offline”
%w[idle active offline].freeze