add session pinning demo with iterative research agent

This commit is contained in:
Adil Hafeez 2026-03-25 23:09:50 -07:00
parent 46a5bfd82d
commit 190790a3d2
4 changed files with 260 additions and 0 deletions

View file

@ -0,0 +1,11 @@
#!/bin/bash
set -e
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
export PLANO_URL="${PLANO_URL:-http://localhost:12000}"
echo "Running session pinning demo..."
echo "PLANO_URL=$PLANO_URL"
echo ""
python3 "$SCRIPT_DIR/demo.py"