kiromi-ai-cli-0.2.0 is not a library.
kiromi-ai-cli
Operator + developer CLI for
kiromi-ai-memory. Ships
the kiromi-ai binary.
Highlights
# initialise a store
# append + search
# snapshot / restore
# regeneration / migration / GC
# context builder for an LLM prompt
Default install — no embedder
The default install does not bundle the ONNX runtime. Every
append and search either takes --embedding/--embedding-file
(caller-provided vectors) or runs against a store opened with the
mock family. Operators wanting on-device embeddings opt in via
--features embed-onnx.
Status
0.1.0. JSON output flags (--json) on the data-touching subcommands
are stable and consumed by the docs / Swift recipe.
License
Dual-licensed under Apache-2.0 OR MIT.