Two views into the AgentCanvas architect pipelines.
.claude/commands/architect/ — every skill markdown
rendered to HTML, one page per file, rebuildable with one command.
Pick whichever fits what you're after.
Algorithm visualizations and curated explanations. Stable; edited by hand.
adas/algorithm.html — ADAS port + paper analysisas/algorithm.html — AgentSquare module-archive searchmyloop/algorithm.html — AAS-extended hill-climbaflow/algorithm.html — AFlow MCTS-over-workflows portfiles-contract.html — universal files-contract reader's guide1:1 HTML rendering of every skill markdown under .claude/commands/architect/. Rebuilt by build_mirror.py.
.md cross-references rewritten to .htmlcd /path/to/vlnworkspace python docs/pages/aas/build_mirror.py # clears docs/pages/aas/mirror/ and rebuilds 50 pages from # .claude/commands/architect/**/*.md # (also re-runs docs/_lib/_aas_nav.py to keep the cross-site nav)
Requires the markdown Python package (pip install markdown).
The script is dependency-light beyond that — pure stdlib + markdown.
# Recommended: serve as part of the docs/ dev server bash docs/run_dev.sh # then visit http://127.0.0.1:8092/aas/index.html # (use the top "AAS" tab from any docs page to land here) # Or open this file directly (cross-site links still resolve) xdg-open docs/pages/aas/index.html