Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Wiki Page Type → Graph Query Mapping
page:01-derivation-mappinga5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
III.Related pagespp. 1 - 1
II.
Page reference

page:01-derivation-mapping

Reading · 4 min

Wiki Page Type → Graph Query Mapping reference

MATCH X reads as "all nodes of NodeKind X". → edgename → Y reads "follow edgename from each match to nodes of kind Y". Multi-hop chains are read left-to-right.

Pagewiki/01-derivation-mapping.mdOutgoing · 0Incoming · 1

Wiki Page Type → Graph Query Mapping

Phase-4 deliverable. One row per page type. Each row is the contract a wiki generator template must satisfy.

MATCH X reads as "all nodes of NodeKind X". → edge_name → Y reads "follow edge_name from each match to nodes of kind Y". Multi-hop chains are read left-to-right.

Page typeURL patternGraph queryNotes
Stack overview/stack/MATCH Layer ORDER BY positionOne row per Layer, links to per-layer pages.
Layer page/stack/<layer-id>/MATCH Layer{id=$id} plus reverse realizes edgesLists layer scope, responsibilities, examples, fit notes, and every node that realizes the layer.
Product index/products/MATCH AgentProduct ORDER BY displayNameCard grid.
AgentProduct page/products/<product-id>/MATCH AgentProduct{id=$id} → has_version → AgentVersion → supports → CapabilitySupport → for → CapabilityFull version timeline, capability matrix per version, evidence trail.
AgentVersion page/products/<product-id>/<version-id>/MATCH AgentVersion{id=$id} + outgoing bound_to ModelVersion, realizes Layer, incoming version_ofPer-version detail.
Capability index/capabilities/MATCH CapabilitySortable matrix.
Capability page/capabilities/<cap-id>/MATCH Capability{id=$id} ← for ← CapabilitySupport ← supports ← (AgentVersion or Plugin or ToolDescriptor)Inverse traversal: who supports this capability.
Capability matrix/capabilities/matrix/MATCH CapabilitySupport joined to AgentVersion × Capability2D grid; cell content is supportLevel.
Hook taxonomy/hooks/MATCH HookFamily → groups → Hook → has_surface → HookSurfaceTree view.
Hook page/hooks/<surface-id>/MATCH HookSurface{id=$id} + incoming fires_during PhaseTransition and fires_inside InvocationLifecycle context.
Channel index/channels/MATCH ChannelKind → has_channel → ChannelGrouped by kind.
Channel page/channels/<channel-id>/MATCH Channel{id=$id} + realizes Layer, transport refsWire-protocol detail.
Plugin / Extension index/extensions/MATCH (Plugin ∪ NativeExtension ∪ PortableExtension)Tabbed by kind.
Extension page/extensions/<ext-id>/per node + provides Capability, installs_into AgentProductIncludes scaffolding hints.
Skill / Subagent / ToolServer pages/extensions/<kind>/<id>/MATCH <Kind>{id=$id}Content-shape spec page.
Lifecycle index/lifecycle/MATCH StateMachineOne row per state machine.
State-machine page/lifecycle/<sm-id>/MATCH StateMachine{id=$id} → has_state → LifecycleState, → has_transition → PhaseTransitionMermaid diagram + state list.
Run / Invocation / Session pages/lifecycle/<kind>/<id>/per node + edgesConcrete instance pages.
Domain index/domain/MATCH Domain → has_specialization → Specialization → has_topic → TopicTree.
Term page (glossary entry)/glossary/<term-id>/MATCH Term{id=$id} → has_canonical_definition → Definition plus Term{id=$id} ← synonym_of ← Term, Term{id=$id} → references → NodeKindDefinition, synonyms, anchored entities, first-use evidence.
Glossary index/glossary/MATCH Term ORDER BY displayNameA–Z list with letter scrubber.
Role page/roles/<role-id>/MATCH Role{id=$id} → has_responsibility → ResponsibilityisAgentic flagged.
Benchmark page/benchmarks/<bench-id>/MATCH Benchmark{id=$id} ← targets ← EvalRun → produces → EvalResultResults matrix sorted by score.
Authority page/trust/authorities/<auth-id>/MATCH Authority{id=$id} ← claimed_by ← Claim, ← reviewOwner ← EvidenceSourceProvenance trail.
Evidence dashboard/meta/evidence/MATCH EvidenceSource WHERE freshness < windowStale-evidence triage view.
Gap dashboard/meta/gaps/MATCH Gap ORDER BY priority, level, discoveredAtGrouped by status; opens link to per-gap page.
Gap page/meta/gaps/<gap-id>/MATCH Gap{id=$id} + edges (affects, discovered_by, closed_by, blocks Phase, raised_question OpenQuestion)Mirrors the markdown form, regenerated from the YAML.
CatalogVersion page/meta/versions/<semver>/MATCH CatalogVersion{semver=$semver}Release notes, added/removed kinds, migration spec.
Generator catalog/meta/wiki/generators/MATCH Generator → derives → DerivedArtifactLists every page type and which generator owns it.

Page templates that need data not in this table must add a row here first; templates without a corresponding row fail Phase-5's wiki-coverage check.

Article source

The article body is owned directly by this record.

Related pages

No related wiki pages for this record.

Shortcuts

Open overview
Open JSON
Open graph