Package Exports
- @a5c-ai/agent-mux-core
Readme
@a5c-ai/agent-mux-core
Core types, client, and stream engine for agent-mux.
Provides the AgentMuxClient, the normalized AgentEvent stream, adapter contracts, atomic filesystem helpers, authentication managers, and the session/run machinery that every adapter depends on.
Install
npm install @a5c-ai/agent-mux-coreRequires Node.js >= 20.9.0. ESM-only.
Usage
import { AgentMuxClient, defaultRegistry } from '@a5c-ai/agent-mux-core';See the repository README for full documentation.
License
MIT © a5c-ai