Loading...
mutiro agent

Agent operations - host, status, send, and profile

Synopsis

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

Usage -h, --help help for agent
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
Options
Flag Type Description
-h, --help bool help for agent
Global Options
Flag Type Description
--config string config file (default is ./.mutiro.yaml in current directory)
--debug bool debug mode
-v, --verbose bool verbose output
Subcommands
See Also
mutiro mutiro agent conversation mutiro agent doctor mutiro agent evals mutiro agent files mutiro agent host mutiro agent message mutiro agent profile mutiro agent runtime mutiro agent schedule mutiro agent status