@inference-gateway/cli 0.154.1 → 0.156.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -404,6 +404,7 @@ See [Commands Reference](docs/commands-reference.md#configuration-management) fo
|
|
|
404
404
|
```bash
|
|
405
405
|
infer agents init # Initialize agents configuration
|
|
406
406
|
infer agents add browser-agent # Add an agent from the registry with defaults
|
|
407
|
+
infer agents add browser-agent --tag lightpanda # Pick another image tag (engine/version)
|
|
407
408
|
infer agents add custom https://... # Add a custom agent
|
|
408
409
|
infer agents list # List all agents
|
|
409
410
|
```
|