Skip to content

Package reference

Hypha v1.0.1 is published as 15 packages under @codesoul-co. Pin every package in one application to the same release line.

bash
npm install @codesoul-co/hypha-core@1.0.1 \
  @codesoul-co/hypha-fsm@1.0.1 \
  @codesoul-co/hypha-domain@1.0.1 \
  @codesoul-co/hypha-kernel@1.0.1 \
  @codesoul-co/hypha-harness@1.0.1

Select by layer

LayerPackagesUse it for
Contractshypha-core, hypha-storageShared specs, Events, policy and storage topology
Executionhypha-fsm, hypha-kernel, hypha-harnessState transitions, ReAct loops and durable runtime boundaries
Intelligencehypha-models, hypha-inferenceModel adapters, aliases, normalized inference and cache coordination
Capabilitieshypha-memory, hypha-skills, hypha-tools, hypha-mcpContext and governed effects
Product compositionhypha-domainApplication-owned Domain Packs and Workflow specs
Providershypha-adapters-local, hypha-serving-cacheLocal storage composition and bounded serving cache
Verificationhypha-testingReplay fixtures and deterministic FSM assertions
APPLICATION / DOMAIN PACK
↓ domain · skills · tools · mcp · memory
↓ kernel · harness · fsm
↓ models · inference · storage · local adapters · cache
EVENTS → REPLAY → TESTING

Public package matrix

PackagePrimary boundaryTypical entry point
hypha-coreVersioned framework contractscreateFrameworkEvent
hypha-storageProvider-neutral storage profilescreateSQLiteStorageProfile
hypha-fsmValidated FSM topology/runtimeparseFSMProcessSpec
hypha-kernelReAct reasoning contractsreactAgentSpecDefinition
hypha-harnessEvent-first execution and projectionSessionProjector
hypha-modelsModel providers and routingModelRegistry
hypha-inferenceNormalized inference backendInferenceManager
hypha-memoryGoverned scoped memorymemorySpecDefinition
hypha-skillsProgressive instruction loadingSkillRegistry
hypha-toolsTyped governed tool executionToolRegistry
hypha-mcpGoverned MCP integrationmcpIntegrationSpecDefinition
hypha-domainDomain Pack compilationcompileDomainPackToHarnessedSystem
hypha-adapters-localLocal provider compositioncreateLocalStorageBackbone
hypha-serving-cacheScoped response cacheServingCacheManager
hypha-testingReplay/regression helpersassertStatePath

Package boundary

The Express API under apps/server and the example CLI are application surfaces, not npm framework packages. Install the libraries in your own application, or run the Server from the Hypha repository.