Releases: christopherkarani/Hive
Releases · christopherkarani/Hive
Hive 0.2.0
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
Hive 0.1.9
What's Changed
- Align Hive runtime contracts with structured inference by @christopherkarani in #24
- Release 0.1.8 by @christopherkarani in #25
Full Changelog: 0.1.8...0.1.9
Hive 0.1.8
Full Changelog: 0.1.7...0.1.8
0.1.7
What's Changed
- Implement Hive runtime structural upgrades by @christopherkarani in #21
- Document runtime tooling and docs updates by @christopherkarani in #22
Full Changelog: 0.1.6...0.1.7
0.1.6: Merge pull request #20 from christopherkarani/0017
0.1.5: Merge pull request #18 from christopherkarani/build
Stabilize HiveEventStreamViews resubscribe test handshake
0.1.4: Merge pull request #17 from christopherkarani/build
Fix build and test compatibility issues
0.1.3
0.1.2
What's Changed
- Add ModelTurn reusable agent loop component by @christopherkarani in #15
Full Changelog: 0.1.1...0.1.2
0.1.1: Merge pull request #14 from christopherkarani/featureSet
Improve Hive traits documentation and examples