Files
clawhdf5/crates/clawhdf5-migrate
osobhandClaude Fable 5.1 a3f7c6fe89 style: cargo fmt --all
Formatting only. cargo fmt --check was already failing on main (accel SIMD
kernels, agent, format, migrate, bench); CI now enforces it.

Co-Authored-By: Claude Fable 5.1 <[email protected]>
2026-09-19 05:36:23 -07:00
..
2026-09-19 05:36:23 -07:00

clawhdf5-migrate

crates.io docs.rs

CLI tool to migrate SQLite agent memory databases to HDF5 format.

Converts existing SQLite-based agent memory stores (embeddings, text chunks, metadata) into the HDF5 format used by clawhdf5-agent.

Installation

cargo install clawhdf5-migrate

Usage

clawhdf5-migrate --input agent.db --output agent.h5

License

MIT