Back to UI-TARS-desktop

AGUI CLI Examples

multimodal/tarko/agent-ui-cli/examples/README.md

0.3.0451 B
Original Source

AGUI CLI Examples

Examples

  • basic-json/ - Standard JSON format
  • jsonl-format/ - JSONL format auto-detection
  • custom-transformer/ - Custom formats with transformers

Quick Start

bash
cd basic-json && ./run.sh
cd jsonl-format && ./run.sh
cd custom-transformer && ./run.sh

Note: Examples use node ../../dist/cli.js to run the local CLI build.

Each example includes run.sh script and README with details.