Align branding, prompts, and deployment tooling

This commit is contained in:
2026-03-28 22:16:56 +08:00
parent 4aa69650e8
commit 4295293a21
90 changed files with 1320 additions and 2044 deletions

View File

@@ -1,11 +1,11 @@
#!/usr/bin/env bash
# EvoTraders Development Startup Script
# 大时代 Development Startup Script
# Split-service mode only
set -euo pipefail
echo "=========================================="
echo "EvoTraders Development Environment"
echo "大时代 Development Environment"
echo "=========================================="
# Colors for output
@@ -180,7 +180,7 @@ export OPENCLAW_SERVICE_URL="${OPENCLAW_SERVICE_URL:-http://localhost:18789}"
check_openclaw_gateway
echo ""
echo -e "${GREEN}Starting EvoTraders split services (default mode)...${NC}"
echo -e "${GREEN}Starting 大时代 split services (default mode)...${NC}"
echo " agent_service: http://localhost:8000"
echo " runtime_service: http://localhost:8003"
echo " openclaw_gateway: ws://localhost:18789"