Install¶
Seam¶
cd agentic-redteam/seam
go build ./cmd/seam
go test -count=1 ./...
bash scripts/smoke-release.sh
Assay¶
cd agentic-redteam/assay
python3 -m pip install -e .
python3 -m pytest -q
Assay expects a running Seam local API when executing cases.
meshmapper¶
cd agentic-redteam/meshmapper
python3 -m pip install -e .
python3 -m pytest -q
meshmapper reads Seam transcripts and other saved artifacts, then writes graphs and path hypotheses.
Documentation¶
python3 -m pip install -r docs/requirements.txt
mkdocs serve
For CI-style validation:
mkdocs build --strict --site-dir /tmp/new_aitm_docs_check
GitHub Pages is published to a real gh-pages branch by .github/workflows/pages.yml. In repository settings, use Pages -> Deploy from a branch -> gh-pages / root.
A manual fallback is:
mkdocs gh-deploy