Expand description
NMS Copilot library – shared modules for the interactive REPL.
Modules§
- commands
- REPL command parsing – reuses clap derive for consistent argument handling.
- completer
- Tab completion for the NMS Copilot REPL.
- config
- Configuration file support for NMS Copilot.
- dispatch
- Command dispatch – executes REPL commands against the loaded GalaxyModel.
- paths
- Path resolution for NMS Copilot data files.
- prompt
- Context-aware REPL prompt.
- session
- Session state for the interactive REPL.