mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 23:32:43 +02:00
add session pinning demo with iterative research agent
This commit is contained in:
parent
46a5bfd82d
commit
190790a3d2
4 changed files with 260 additions and 0 deletions
11
demos/llm_routing/session_pinning/demo.sh
Executable file
11
demos/llm_routing/session_pinning/demo.sh
Executable 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue