Overview of butlerd (butler daemon)
masterbutlerd
butlerd is a JSON-RPC 2.0 service designed to handle butler tasks. It is used to manage either long-running tasks (referred to as operations) or individual one-off requests.
It supports two transport mechanisms:
- TCP: For network-based communication.
- stdio: For communication via standard input/output.