agent-ecosystem/src/features/agent-graph
2026-05-24 15:37:24 +03:00
..
core/domain feat(graph): refine runtime lanes and model compatibility 2026-05-19 14:24:30 +03:00
renderer feat(i18n): add localization foundation 2026-05-24 15:37:24 +03:00
README.md feat(agent-graph): integrate stable slot layout for improved node positioning and interaction 2026-04-15 16:18:11 +03:00
STABLE_SLOT_LAYOUT_PLAN.md feat(agent-graph): integrate stable slot layout for improved node positioning and interaction 2026-04-15 16:18:11 +03:00

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-graph owns reusable graph rendering and low-level graph mechanics
  • src/features/agent-graph/core/domain owns project-specific graph semantics and pure projection helpers
  • src/features/agent-graph/renderer owns the renderer integration layer, hooks, adapters, and UI

Use this feature as the thin-slice example when a feature:

  • has no dedicated main or preload transport boundary
  • integrates an existing reusable package into the app shell
  • still needs its own feature boundary and public entrypoint