Package Structure
Entry Points
// Matrix — Event-driven agent orchestration (primary)
import {
AgentFactory,
AgentNetwork,
AgentNetworkEvent,
NextEndpoint,
ExpressEndpoint,
S,
} from '@m4trix/core/matrix';
// Stream utilities — Composable stream processing
import { Pump, ensureFullWords } from '@m4trix/core/stream';
// React hooks — Framework integration
import { useConversation, useSocketConversation } from '@m4trix/core/react';
// UI components — Visual elements for AI interfaces
import { AiCursor } from '@m4trix/core/ui';Matrix (Primary)
Stream Utilities
React Hooks
Bundle Formats
Tree-Shaking Benefits
Last updated