Manage the local agents runtime service
Manage the local agents runtime service.
Use "mutiro agent runtime serve" to start the management service, then "mutiro agent runtime list/start/stop" to control individual agents.
| Flag | Type | Description |
|---|---|---|
| --address | string | Runtime service address (default "127.0.0.1:59051") |
| -h, --help | bool | help for runtime |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |
mutiro agent
Agent operations - host, status, send, and profile
mutiro agent runtime create
Create and register a new agent via the runtime service
mutiro agent runtime list
List agents known to the runtime service
mutiro agent runtime list-languages
List all supported transcription languages
mutiro agent runtime list-voices
List all supported TTS voices
mutiro agent runtime register
Register or update an agent directory with the runtime
mutiro agent runtime restart
Restart an agent host via the runtime service
mutiro agent runtime secrets
Store agent secrets for runtime launches
mutiro agent runtime serve
Start the runtime gRPC service
mutiro agent runtime start
Start an agent host via the runtime service
mutiro agent runtime stop
Stop an agent host via the runtime service