mirror of
https://github.com/katanemo/plano.git
synced 2026-05-07 06:42:42 +02:00
7 lines
157 B
Bash
Executable file
7 lines
157 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
|
|
# Run the demo directly against Plano (no agent server needed)
|
|
uv run "$SCRIPT_DIR/demo.py"
|