Loading...
mutiro agent daemon

Start the agent daemon

Synopsis

Start the agent daemon that bridges AI engines to Mutiro messaging.

The daemon provides a gRPC service that can:

  • Handle direct chat requests from clients
  • Connect to the Mutiro messaging service for real-time conversation participation
  • Support both Claude and Genie AI engines
  • Manage engine lifecycle and session handling

Configuration is loaded from .mutiro-agent.yaml in the current directory. Use --config flag to specify a different agent configuration file.

Examples:

Start daemon with local agent config

mutiro agent daemon

Start with specific agent config file

mutiro agent daemon --config my-agent.yaml

Start with custom daemon port

DAEMON_PORT=9090 mutiro agent daemon

mutiro agent daemon [flags]

Usage mutiro agent daemon [flags]
Examples

Start daemon with local agent config

mutiro agent daemon

Start with specific agent config file

mutiro agent daemon --config my-agent.yaml
Options
Flag Type Description
-h, --help bool help for daemon
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 agent