Loading...
mutiro agent

Agent operations - daemon, status, send, and profile

Synopsis

Agent operations allow you to:

  • Start the agent daemon that bridges AI engines to Mutiro messaging
  • Check the daemon status and connectivity
  • Send messages using API key authentication
  • Get member profile information using API key authentication

The agent daemon connects AI engines (Claude and Genie) to the Mutiro messaging service, allowing them to participate in conversations and respond to messages.

Examples:

Start the agent daemon

mutiro agent daemon

Check daemon status

mutiro agent 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

Start the agent daemon

mutiro agent daemon

Check daemon status

mutiro agent 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 daemon mutiro agent message mutiro agent profile mutiro agent status