mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-31 20:29:55 +02:00
18 lines
191 B
Markdown
18 lines
191 B
Markdown
## Agent
|
|
|
|
```bash
|
|
rushx run bench-agent -n localhost:37371
|
|
```
|
|
|
|
## List agents
|
|
|
|
```bash
|
|
rushx run list-agents -n localhost:37371
|
|
```
|
|
|
|
# Client
|
|
|
|
```bash
|
|
rushx run bench -n localhost:37371
|
|
```
|