Raw Protocol
Write handlers in any language without an SDK using the raw stdin/stdout protocol.Protocol Overview
TaskDaemon communicates with handlers via:- Input: JSON task objects sent to stdin (one per line)
- Output: JSON result objects written to stdout (one per line)