rename to planoai (#650)

This commit is contained in:
Adil Hafeez 2025-12-23 19:26:51 -08:00 committed by GitHub
parent e7ce00b5a7
commit e8170f76ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 44 additions and 44 deletions

View file

@ -74,7 +74,7 @@ start_demo() {
# Step 4: Start Arch
echo "Starting Arch with config.yaml..."
plano up config.yaml
planoai up config.yaml
# Step 5: Start Network Agent with the chosen Docker Compose file
echo "Starting Network Agent with $COMPOSE_FILE..."
@ -93,7 +93,7 @@ stop_demo() {
# Stop Arch
echo "Stopping Arch..."
plano down
planoai down
}
# Main script logic