@@ -9,37 +9,65 @@ SPDX-License-Identifier: Apache-2.0 */}
99
1010Use these pages to understand the NeMo Relay runtime model before applying it in a use-case workflow.
1111
12- <Cards >
13- :gutter: 3
14-
15- <Card title = " Scopes" href = " /scopes" >
12+ <CardGroup cols = { 3 } >
13+ <Card
14+ title = " Scopes"
15+ icon = " regular object-group"
16+ iconPosition = " left"
17+ href = " /about-nemo-relay/concepts/scopes"
18+ >
1619
1720Ownership boundaries for agent runs, requests, workflows, tools, LLM calls, and nested runtime work.
1821</Card >
1922
20- <Card title = " Middleware" href = " /middleware" >
23+ <Card
24+ title = " Middleware"
25+ icon = " regular filters"
26+ iconPosition = " left"
27+ href = " /about-nemo-relay/concepts/middleware"
28+ >
2129
2230Guardrails and intercepts that sanitize, transform, block, or wrap tool and LLM execution.
2331</Card >
2432
25- <Card title = " Plugins" href = " /plugins" >
33+ <Card
34+ title = " Plugins"
35+ icon = " regular puzzle-piece"
36+ iconPosition = " left"
37+ href = " /about-nemo-relay/concepts/plugins"
38+ >
2639
2740Configuration-driven bundles that install reusable middleware, subscribers, and adaptive behavior.
2841</Card >
2942
30- <Card title = " Events" href = " /events" >
43+ <Card
44+ title = " Events"
45+ icon = " regular waveform-lines"
46+ iconPosition = " left"
47+ href = " /about-nemo-relay/concepts/events"
48+ >
3149
3250Canonical lifecycle records for scopes, tool calls, LLM calls, marks, subscribers, and exporters.
3351</Card >
3452
35- <Card title = " Subscribers" href = " /subscribers" >
53+ <Card
54+ title = " Subscribers"
55+ icon = " regular tower-broadcast"
56+ iconPosition = " left"
57+ href = " /about-nemo-relay/concepts/subscribers"
58+ >
3659
3760Consumers for lifecycle events, including logs, traces, trajectories, analytics, and diagnostics.
3861</Card >
3962
40- <Card title = " Framework Integrations" href = " /framework-integrations" >
63+ <Card
64+ title = " Framework Integrations"
65+ icon = " regular diagram-project"
66+ iconPosition = " left"
67+ href = " /about-nemo-relay/concepts/framework-integrations"
68+ >
4169
4270Integration patterns for frameworks that own invocation boundaries, scheduling, retries, or provider payloads.
4371</Card >
4472
45- </Cards >
73+ </CardGroup >
0 commit comments