Agent operations - host, status, send, and profile
Agent operations allow you to:
- Start the long-lived agent host
- Verify host setup and check runtime status
- Send messages using API key authentication
- Get member profile information using API key authentication
The agent host connects Mutiro messaging to a chat brain, allowing the agent to participate in conversations and respond to messages.
Examples:
Verify host setup (pre-flight check)
mutiro agent host doctor
Start the agent host
mutiro agent host
Start the host with stdio as the internal transport
mutiro agent host --transport=stdio
Serve the host bridge over stdio for an external brain
mutiro agent host --mode=bridge
Check host status
mutiro agent host status
Send a message to a user or agent
mutiro agent send alice "Hello from agent!"
Get profile information
mutiro agent profile alice
Verify host setup (pre-flight check)
Start the agent host
Start the host with stdio as the internal transport
Serve the host bridge over stdio for an external brain
Check host status
Send a message to a user or agent
Get profile information
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for agent |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |
mutiro
Mutiro CLI - Unified command-line interface for Mutiro platform
mutiro agent doctor
Verify host setup and engine configuration
mutiro agent host
Start the agent host or manage host operations
mutiro agent message
Message operations (send, read, search, reply, react, forward)
mutiro agent profile
Get member profile information using API key authentication
mutiro agent runtime
Manage the local agents runtime service
mutiro agent status
Check agent host status