Add SWIFT coding agent probe experiment scripts

This commit is contained in:
Codex
2026-06-24 21:55:23 +08:00
commit 73e9752331
19 changed files with 526 additions and 0 deletions

6
scripts/tensorboard.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "${ROOT_DIR}"
source .venv/bin/activate
tensorboard --logdir runs --host 0.0.0.0 --port "${TENSORBOARD_PORT:-6006}"