Files
clawhdf5/crates/clawhdf5-migrate/README.md
T

625 B

edgehdf5-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 edgehdf5-memory.

Installation

cargo install edgehdf5-migrate

Usage

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

License

MIT