| title | How-to cookbook |
|---|---|
| layout | default |
| nav_order | 3 |
{: .no_toc }
Task-oriented recipes. For the full story see GUIDE.md and product.md. {: .fs-6 .fw-300 }
{: .no_toc .text-delta }
- TOC {:toc}
curl -sL https://github.com/AetherAwareness/aetherforge/archive/refs/tags/v0.5.1.tar.gz | tar xz
cd aetherforge-0.5.1
bash scripts/install.sh
source .venv/bin/activate
aetherforge doctoraetherforge train --recipe dryrun --dry-run
aetherforge dashboard # http://127.0.0.1:8765/Expect under artifacts/runs/…: sector_forensics.json, plan_freeze.json, sector_workflow/, PROMOTION_LABEL.txt.
aetherforge init my_field --posture broad
# edit configs/domains/my_field.yaml
aetherforge train -c configs/base.yaml -c configs/domains/my_field.yaml --dry-runaetherforge groups --preview --family generic_moe --num-groups 12
aetherforge forensics --family generic_moe --num-groups 12 --markdown
aetherforge workflow -c configs/base.yaml -c recipes/generic_dryrun.yaml --plan-only --dry-runaetherforge data -c configs/base.yaml -c recipes/generic_dryrun.yaml --sectors --dry-runaetherforge train --recipe dryrun --dry-run
aetherforge train --recipe broad-flash --dry-run
aetherforge train --recipe wide-flash --dry-runaetherforge validate-flash
aetherforge train -c configs/base.yaml -c configs/<moe_family_profile>.yaml \
-c recipes/flagship_flash_domain.yaml --dry-runaetherforge connect key vast --from-env # after export VAST_API_KEY
aetherforge connect vast --host HOST --port PORT
aetherforge remote plan --recipe broad-flash
aetherforge remote launch --exec --recipe broad-flash
aetherforge remote logs --tail 100
aetherforge remote pull# in domain or run config
eval:
scorecard_thresholds:
high_stakes: true
require_human_approval: trueThen open aetherforge dashboard → Approve / Reject / Force promote.
| File | Meaning |
|---|---|
sector_forensics.md |
What each sector contains + evidence tier |
plan_freeze.json |
Immutable membership hash for the wave |
sector_workflow/ |
Per-sector datasets, probes, keep/rollback |
scorecard.json |
CI vs MoE labels |
promoted/DRY_RUN_NOT_MOE_READY.txt |
Dry-run honesty stamp |
- Convert/quantize adapter to your serving format (e.g. GGUF) as you prefer
- Serve with your usual local stack (llama-server, Ollama, vLLM, etc.)
pytest tests/ -qadmin@aetherawareness.com · PolyForm Noncommercial · © 2026 AetherAwareness