Skip to content

Architecture

This section documents the technical architecture — infrastructure layout, memory subsystems, and session lifecycle design.

  • Infrastructure — Hosting, networking, and deployment topology
  • Memory — How agents persist and retrieve knowledge
  • Sessions — Session design, context management, and lifecycle
LayerDescriptionStatus
HostingTBDTBD
Memory storeTBDTBD
Session managementTBDTBD
Deployment pipelineAstro Starlight → Cloudflare PagesActive

BASS itself is deployed as a static site on Cloudflare Pages via the @astrojs/cloudflare adapter. Build output is static HTML with no server-side rendering required.


This page is a placeholder. Expand with actual architecture documentation.