Install
# Using pnpm (recommended)
pnpm add @m4trix/core
# Using npm
npm install @m4trix/core
# Using yarn
yarn add @m4trix/coreEntry Points
// Matrix — Event-driven agent orchestration (primary)
import {
AgentFactory,
AgentNetwork,
AgentNetworkEvent,
NextEndpoint,
ExpressEndpoint,
S,
} from '@m4trix/core/matrix';
// Stream utilities
import { Pump } from '@m4trix/core/stream';
// React hooks
import { useConversation } from '@m4trix/core/react';Peer Dependencies
Next
Last updated