JSPM

@a5c-ai/agent-mux-core

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2866
  • Score
    100M100P100Q136971F
  • License MIT

Core types, client, and stream engine for agent-mux

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-core

Requires 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