CLI Reference¶
OpenSage provides a command-line interface for interactive development and utility tasks.
Commands¶
| Command | Description | Reference |
|---|---|---|
opensage | Main entry point | --help |
opensage web | Interactive web UI for agent development | --help |
opensage dependency-check | Verify external dependencies | --help |
opensage web vs Evaluations¶
| Aspect | opensage web | Evaluations |
|---|---|---|
| Use Case | Development, debugging | Performance measurement |
| Interaction | Interactive chat | Batch processing |
| Sessions | Single long-lived | Multiple short-lived |
| Parallelism | Single user | Multiple tasks |
| Output | Real-time events | Saved results files |
See also: Evaluations