Start the agent daemon
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]
Start daemon with local agent config
Start with specific agent config file
Flag | Type | Description |
---|---|---|
-h, --help | bool | help for daemon |
Flag | Type | Description |
---|---|---|
--config | string | config file (default is ./.mutiro.yaml in current directory) |
--debug | bool | debug mode |
-v, --verbose | bool | verbose output |