AgentCanvas
This is the v2 developer site β€” a hand-built HTML reorganisation of the MkDocs site at docs-site/. v2 leans on HTML idioms (cards, collapsible "how" blocks, SVG diagrams, in-page navigation strips) to make the content more navigable than its markdown source. v1 stays at docs-site/ until v2 is feature-complete.

Β§1Developer Guide / Core

The project's load-bearing docs β€” what the platform is, how it's wired, the decisions behind it, and what's open. Start here if you're new.

Β§2Developer Guide / Capabilities

The seven things AgentCanvas does, each with an implementation page covering the mechanism, key files, and current status. The conceptual claim is in blueprint; these pages show how each capability is actually implemented.

All 7 capabilities β†’

Graph-Expressible Agents Β· Customizable Node System Β· Isolated Runtime Environments Β· Nested Graph System Β· Graph Execution Engine Β· Real-Time Observability Β· Hook System.

capabilities/

Start at #1

Graph-Expressible Agents β€” DAG / loop / mixed on one canvas β€” is the foundational capability the others build on. Pages are linked prev/next so you can read straight through.

capabilities/<page>.html

Β§3Developer Guide / Design Docs

Deep-dive references for AgentCanvas developers β€” internal system specs, subsystem walkthroughs, and frank support-status inventories. Read on demand when you're building or debugging the relevant piece.

Β§4Developer Guide / NodeSets

Β§5Developer Guide / Meta

Getting set up and contributing.

Β§6Status & scope

Every section of docs-site/docs/ is now mirrored in v2 as HTML.

Sectionv1 (docs-site/)v2 (here)
developer-guide/coreβœ… markdownβœ… 56 pages β€” 6 main + 8 field indexes + 37 ADRs (hand-written for shape)
developer-guide/capabilitiesβœ… markdownβœ… 8 pages β€” 7 capability pages + hub (numbered, prev/next linked)
developer-guide/design-docsβœ… markdownβœ… 16 pages β€” 15 docs + hub (generated)
developer-guide/nodesetsβœ… markdownβœ… 13 pages
developer-guide/getting-startedβœ… markdownβœ… 1 page
developer-guide/communityβœ… markdownβœ… 1 page

Β§7How to view

# Direct open
xdg-open docs-site-v2/index.html         # Linux
open docs-site-v2/index.html              # macOS

# Or serve (recommended β€” some browsers block local fetch / relative anchors)
python -m http.server 8092 --directory docs-site-v2
# β†’ http://127.0.0.1:8092/
Sibling of docs-site/ (MkDocs Material, v1), pages/aas/ (architect-loop visualisations β€” top tab AAS), project-page/ (Astro academic landing). v2 is plain static HTML β€” no build step.