mirror of
https://github.com/katanemo/plano.git
synced 2026-05-10 16:22:42 +02:00
add self-hosting docs and demo for Plano-Orchestrator
This commit is contained in:
parent
8edf686665
commit
747946fb39
4 changed files with 192 additions and 2 deletions
|
|
@ -31,8 +31,13 @@ start_demo() {
|
|||
fi
|
||||
|
||||
# Step 4: Start Plano
|
||||
echo "Starting Plano with config.yaml..."
|
||||
planoai up config.yaml
|
||||
PLANO_CONFIG="config.yaml"
|
||||
if [ "$1" == "--local-orchestrator" ]; then
|
||||
PLANO_CONFIG="config_local_orchestrator.yaml"
|
||||
echo "Using local orchestrator config..."
|
||||
fi
|
||||
echo "Starting Plano with $PLANO_CONFIG..."
|
||||
planoai up "$PLANO_CONFIG"
|
||||
|
||||
# Step 5: Start agents natively
|
||||
echo "Starting agents..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue