Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,19 @@ rli mcp start # Start the MCP server
rli mcp install # Install Runloop MCP server configurat...
```

### Scenario Commands (alias: `scn`)

```bash
rli scenario info <id> # Display scenario definition details
```

### Benchmark-job Commands (alias: `bmj`)

```bash
rli benchmark-job run # Run a benchmark job with one or more ...
rli benchmark-job summary <id> # Get benchmark job summary and results
rli benchmark-job watch <id> # Watch benchmark job progress in real-...
rli benchmark-job logs <id> # Download devbox logs for all scenario...
rli benchmark-job list # List benchmark jobs
```

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"@modelcontextprotocol/sdk": "^1.26.0",
"@runloop/api-client": "1.10.3",
"@types/express": "^5.0.6",
"adm-zip": "^0.5.16",
"chalk": "^5.6.2",
"commander": "^14.0.2",
"conf": "^15.0.2",
Expand All @@ -98,6 +99,7 @@
},
"devDependencies": {
"@anthropic-ai/mcpb": "^2.1.2",
"@types/adm-zip": "^0.5.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.19.7",
"@types/react": "^19.2.10",
Expand Down
19 changes: 19 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading