stockadvisor / scripts /init_db.sh
Bibhu Mishra
Add GitHub Actions CI/CD, HF Space deployment, market hours guard, and static serving
abc493d
Raw
History Blame Contribute Delete
136 Bytes
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
python3 -c "from agents.core.db import init_db; init_db(); print('DB initialized.')"