Module: SwarmCLI::V3
- Defined in:
- lib/swarm_cli/v3.rb,
lib/swarm_cli/v3/cli.rb,
lib/swarm_cli/v3/display.rb,
lib/swarm_cli/v3/dropdown.rb,
lib/swarm_cli/v3/text_input.rb,
lib/swarm_cli/v3/ansi_colors.rb,
lib/swarm_cli/v3/reboot_tool.rb,
lib/swarm_cli/v3/event_renderer.rb,
lib/swarm_cli/v3/file_completer.rb,
lib/swarm_cli/v3/raw_input_reader.rb,
lib/swarm_cli/v3/command_completer.rb,
lib/swarm_cli/v3/activity_indicator.rb
Overview
V3 is the next-generation CLI for SwarmSDK V3 agents.
Features:
-
Interactive REPL with always-available input
-
Single-prompt execution mode
-
Memory maintenance commands
-
Minimal dependencies (custom ANSI styling, raw input handling)
Defined Under Namespace
Modules: ANSIColors, EventRenderer Classes: ActivityIndicator, CLI, CommandCompleter, Display, Dropdown, FileCompleter, RawInputReader, RebootTool, TextInput