Skip to content

@codesoul-co/hypha-harness API

Event-first execution, tracing, projection, replay and orchestration.

  • Install: npm install @codesoul-co/hypha-harness@1.0.1
  • Entrypoint import: import { ... } from '@codesoul-co/hypha-harness';
  • Public exports: 107
  • Source modules: 11

Export overview

KindCount
class15
interface74
type6
function10
constant2

Source modules

ModuleUse whenExportsSource
bounded-fsm-driverUse the Bounded FSM driver module for using the public contracts and operations for this capability boundary. It exports 1 class, 5 interfaces, 1 type.7source
durable-event-store-bridgeUse the Durable event store bridge module for creating, recording, or reading Event contracts. It exports 1 class, 2 interfaces.3source
execution-contextUse the Execution context module for executing runtime behavior at this boundary. It exports 1 function, 2 interfaces.3source
indexAggregates the public entrypoint exports for @codesoul-co/hypha-harness; applications import these symbols from the package entrypoint instead of internal file paths.9source
long-horizon-react-supervisorUse the Long horizon react supervisor module for using the public contracts and operations for this capability boundary. It exports 2 classes, 1 function, 11 interfaces, 1 type.15source
manual-fsm-transitionUse the Manual FSM transition module for using the public contracts and operations for this capability boundary. It exports 1 class, 1 constant, 4 interfaces.6source
message-busUse the Message bus module for using the public contracts and operations for this capability boundary. It exports 1 class, 9 interfaces, 2 types.12source
react-quantum-executorUse the React quantum executor module for executing runtime behavior at this boundary. It exports 3 classes, 1 constant, 1 function, 13 interfaces, 1 type.19source
recovery-loopUse the Recovery loop module for handling bounded recovery, retry, or degradation. It exports 1 function, 4 interfaces.5source
recovery-supervisorUse the Recovery supervisor module for handling bounded recovery, retry, or degradation. It exports 1 function, 6 interfaces, 1 type.8source
runtimeUse the Runtime module for executing runtime behavior at this boundary. It exports 3 classes, 4 functions, 13 interfaces.20source

Import boundary

This page documents only the public API exported by the @codesoul-co/hypha-harness package entrypoint. Implementations under packages/harness/src that are not exported from that entrypoint are not part of the npm package contract.