| .. | ||
| core/domain | ||
| renderer | ||
| README.md | ||
| STABLE_SLOT_LAYOUT_PLAN.md | ||
Agent Graph Feature
This feature is a thin renderer slice over the reusable graph engine in packages/agent-graph.
Read first:
Public entrypoint:
@features/agent-graph/renderer
Responsibilities:
packages/agent-graphowns reusable graph rendering and low-level graph mechanicssrc/features/agent-graph/core/domainowns project-specific graph semantics and pure projection helperssrc/features/agent-graph/rendererowns the renderer integration layer, hooks, adapters, and UI
Use this feature as the thin-slice example when a feature:
- has no dedicated
mainorpreloadtransport boundary - integrates an existing reusable package into the app shell
- still needs its own feature boundary and public entrypoint