$PYTHON_PATH .agentsociety/bin/ags.py analysis load-context --workspace . --hypothesis-id ID --experiment-id ID | Load experiment context |
$PYTHON_PATH .agentsociety/bin/ags.py analysis list-tables --data-path PATH | List replay-backed tables/datasets |
$PYTHON_PATH .agentsociety/bin/ags.py analysis data-summary --data-path PATH | Full data summary |
$PYTHON_PATH .agentsociety/bin/ags.py analysis query-data --data-path PATH --sql "SELECT ..." | Read-only SQL query |
$PYTHON_PATH .agentsociety/bin/ags.py analysis run-eda --data-path PATH --output-dir DIR --type TYPE [--workspace . --hypothesis-id ID] | Generate EDA; auto-registers explore artifacts when hypothesis id is set |
$PYTHON_PATH .agentsociety/bin/ags.py analysis compose-figure --workspace . --hypothesis-id ID --spec FILE | Combine claim-scoped raster charts/images into one labeled figure |
$PYTHON_PATH .agentsociety/bin/ags.py analysis collect-assets --workspace . --hypothesis-id ID --experiment-id ID --output-dir DIR | Collect assets; DIR may be the report root or its assets/ child |
$PYTHON_PATH .agentsociety/bin/ags.py analysis sync-report-assets --workspace . --hypothesis-id ID --experiment-id ID | Copy images referenced in reports from charts/ → assets/ |
$PYTHON_PATH .agentsociety/bin/ags.py analysis intake --workspace . --hypothesis-id ID --experiment-id ID | Initialize harness state |
$PYTHON_PATH .agentsociety/bin/ags.py analysis write-plan --workspace . --hypothesis-id ID --payload '{...}' | Persist analysis_plan.yaml |
$PYTHON_PATH .agentsociety/bin/ags.py analysis validate-plan / validate-explore / … | Structural + attestation gate per phase |
$PYTHON_PATH .agentsociety/bin/ags.py analysis record-attestation --payload '{...}' | LLM phase sign-off (required for gate pass) |
$PYTHON_PATH .agentsociety/bin/ags.py analysis record-phase-artifacts --phase explore --artifacts '["path"]' | Register EDA/output paths (feeds build-report-context) |
$PYTHON_PATH .agentsociety/bin/ags.py analysis build-report-context --workspace . --hypothesis-id ID | Merge EDA/charts/claims → data/report_context.md (orchestrator / subagent input) |
$PYTHON_PATH .agentsociety/bin/ags.py analysis prepare-produce --workspace . --hypothesis-id ID --experiment-id ID | Explicitly build context, sync report assets, and embed interactive EDA |
$PYTHON_PATH .agentsociety/bin/ags.py analysis validate-report-quality / record-report-review / record-synthesis-review | Mechanical quality + independent review records |
$PYTHON_PATH .agentsociety/bin/ags.py analysis validate | Workspace complete = validate-synthesis pass |
$PYTHON_PATH .agentsociety/bin/ags.py analysis advance --phase PHASE | After prior phase gate_pass |
$PYTHON_PATH .agentsociety/bin/ags.py analysis status / gate-status / run-loop | Checkpoints, recent operation receipts, retryable runs, and next steps |
$PYTHON_PATH .agentsociety/bin/ags.py analysis draft-reflection / record-reflection / promote-reflection | Reviewable experience memory and explicit promotion |
$PYTHON_PATH .agentsociety/bin/ags.py analysis record-feedback / review-reflection | User feedback capture + pre-promotion review |
$PYTHON_PATH .agentsociety/bin/ags.py analysis memory-context | Show active lessons, recipes, and confirmed preferences used by orchestration |