Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.1Wiki
Agentic AI Atlas · Reusable Atlas Views
viewsa5c.ai
Search the atlas/
Wiki · section map

Trail and section pages

I.In this sectionpp. 1 - 1
Agent Stack TowerProcess Library TowerQuality Evidence TowerAtlas Service Tower
II.Documented nodesrefs · 4
Atlas Service Tower · PageAgent Stack Tower · PageQuality Evidence Tower · PageProcess Library Tower · Page
I.
Wiki article

views

Reading · 1 min

Reusable Atlas Views guide

Reusable views are wiki-backed projections that render graph records with a named UI template instead of plain markdown alone.

Page nodewiki/views/README.mdSection pages · 4Documents · 4

Pages in this section

Start with the section hub, then move sideways into adjacent pages when you need more detail.

Agent Stack Tower

Page

This projection uses the service-tower template to show the universal agentic stack as a building.

wiki/views/agent-stack-tower.md

Process Library Tower

Page

This page shows generated process-library records through the same reusable Service Tower component.

wiki/views/library-tower.md

Quality Evidence Tower

Page

This reusable view groups quality, evidence, and delivery records into a tower that can be scanned room by room.

wiki/views/quality-tower.md

Atlas Service Tower

Page

This page uses the service-tower reusable view to project several major graph surfaces into the same building metaphor as the original a5c Service Tower.

wiki/views/service-tower.md

Documented graph nodes

Records linked directly from this page’s Page node.

Atlas Service Tower · PageAgent Stack Tower · PageQuality Evidence Tower · PageProcess Library Tower · Page

Reusable Atlas Views

Reusable views are wiki-backed projections that render graph records with a named UI template instead of plain markdown alone.

The first supported template is the service-tower view learned from the a5c Service Tower static page. It keeps the original idea of a stacked isometric building, but makes the floors, rooms, service lines, and record links configurable from wiki frontmatter.

Available examples

PageProjection
`service-tower.md`A broad Atlas catalog tower across schema, stack, and operations records.
`agent-stack-tower.md`A tower focused on the universal agentic stack and runtime implementations.
`quality-tower.md`A tower focused on claims, evidence, CI surfaces, workflows, and quality records.
`library-tower.md`A tower focused on generated process-library assets.

Template contract

Add this frontmatter to a wiki page:

yaml
reusableView:
  type: service-tower
  options:
    title: "My Tower"
    subtitle: "What this projection explains"
    floors:
      - id: "floor-id"
        label: "FLOOR LABEL"
        subtitle: "What the floor groups"
        rooms:
          - id: "room-id"
            label: "Room label"
            color: "#D4A84B"
            query:
              kind: "Workflow"
              cluster: "workflows"
              limit: 8

Rooms can query by kind, cluster, free-text search, or explicit ids. Each room becomes a graph-backed catalog chamber with record links and service-line summaries.

Trail

Wiki

Reusable Atlas Views

In this section

Agent Stack Tower
Process Library Tower
Quality Evidence Tower
Atlas Service Tower

Page record

Open node ledger

wiki/views/README.md

Documents

Atlas Service Tower · Page
Agent Stack Tower · Page
Quality Evidence Tower · Page
Process Library Tower · Page