lpac/docs/backends/stdio.md
septs b1499c39f9
refactor(docs): fully write env vars partial (#330)
Co-authored-by: Coelacanthus <uwu@coelacanthus.name>
2025-09-20 23:50:32 +08:00

421 B

Standard I/O Backend

The backend uses standard input and output for communication.

Provides an easy way to integrate programs.

The protocol use ndJSON format in stdio communication.

JSON structure definition see stdio-schema.json, which is based on JSON Schema.