Skip to content

Hive 0.2.0

Latest

Choose a tag to compare

@christopherkarani christopherkarani released this 25 Apr 15:43

Hive 0.2.0 refocuses the package into a deterministic Swift graph runtime.

Highlights:

  • Hive now re-exports only HiveCore.
  • Removed DSL, Conduit, Wax adapter, RAG, memory, chat/model/tool, and hybrid inference surfaces from this package.
  • Kept core graph runtime APIs: schemas, channels, reducers, graph builder, routing, joins, runtime, events, checkpoints, interrupts/resume, stores, cache, retry, and run options.
  • Added cross-platform SHA-256 support through swift-crypto for Linux.
  • Added Swift 6.2 Linux CI coverage for the core runtime.
  • Updated docs and examples around HiveGraphBuilder and deterministic graph execution.

Validation:

  • swift package describe --type json
  • swift build --target HiveCore
  • swift build --target Hive
  • swift run HiveTinyGraphExample
  • full package test wrapper on macOS: 168 tests passed
  • Docker Linux Swift 6.2.4 Noble: HiveCore/Hive builds, example run, and HiveCoreTests passed