rename to planoai (#650)

This commit is contained in:
Adil Hafeez 2025-12-23 19:26:51 -08:00 committed by Salman Paracha
parent be1455958b
commit 9a015f04ad
18 changed files with 44 additions and 44 deletions

View file

@ -20,7 +20,7 @@ start_demo() {
# Step 3: Start Arch
echo "Starting Arch with config.yaml..."
plano up config.yaml
planoai up config.yaml
# Step 4: Start Network Agent
echo "Starting HR Agent using Docker Compose..."
@ -35,7 +35,7 @@ stop_demo() {
# Step 2: Stop Arch
echo "Stopping Arch..."
plano down
planoai down
}
# Main script logic