Skip to content

Releases: CodeSoul-co/Hypha

Hypha npm release 1.0.1

Choose a tag to compare

@erwinmsmith erwinmsmith released this 14 Aug 04:33
0328ad7

Patch release of the @codesoul-co/hypha-* npm line.

Fixes since the 1.0.0 publication:

  • @codesoul-co/hypha-skills now ships the framework built-in skills
    (context-enrichment, intent-classification) in its tarball and exposes
    resolveBuiltinSkillsDirectory() (#22). The 1.0.0 tarball could not load
    built-in skills for npm consumers.
  • Repository gates: npm audit findings (js-yaml, nanoid) resolved (#23).

All 15 packages are published at 1.0.1 with exact-version internal dependencies.

Hypha v1.0.0

Choose a tag to compare

@erwinmsmith erwinmsmith released this 14 Aug 03:32

Hypha v1.0.0 is the initial stable release of the ReAct + FSM agent-system framework.

Highlights:

  • Application-defined FSM runs from validated FSMProcessSpec values or compiled DomainPack workflows.
  • FSM topology analysis and governed manual state transitions with policy, revision, lease, fencing, idempotency, terminal events, and replay evidence.
  • Production harness, DomainPack, provider-neutral memory, storage, tools, skills, MCP, inference, local adapters, serving cache, and testing packages.
  • OpenAPI 3.1 route inventory and a standalone release consumer example.
  • Fifteen public npm packages under the @codesoul-co/hypha-* namespace, all released at 1.0.0.

Requirements: Node.js 22 LTS or newer.