@luna-oss/agentic
v5.0.0
Published
AG-UI / A2UI / MCP-aware components for the Moon Design System.
Readme
@luna-oss/agentic
The agentic layer of the Moon Design System. Hosts AG-UI / A2UI / MCP-aware components that let agents safely render Moon UIs end-to-end.
What lives here
MoonGenerativeRoot— the host surface that owns the live agent-rendered component tree.AgentChat— a conversational shell agents can stream into.ToolCall— visualises a single tool invocation in a trace.ApprovalGate— surfaces sensitive actions for human approval.
Type contracts
All shapes are exported from @luna-oss/agentic/types:
AGUIEventandA2UIEventdescribe the event stream.MoonComponentTreeNodeis the serialisable component tree the registry reconciles.RegistryProviderresolves catalog entries to React components.
Status
Phase 1: structural skeletons that accept the documented props. Phase 2 wires the registry, reconciler, and runtime adapters.
