Back to UI-TARS-desktop

Basic JSON Example

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

0.3.0321 B
Original Source

Basic JSON Example

Standard JSON format processing with calculator agent.

Usage

bash
./run.sh
# or
node ../../dist/cli.js trace.json

Format

json
{
  "events": [
    {"id": "...", "type": "user_message", "content": "..."},
    {"id": "...", "type": "assistant_message", "toolCalls": [...]}
  ]
}