aimem-cli-0.3.2 is not a library.
aimem-cli
aimem-cli provides the aimem command-line interface for AiMem.
It is the practical frontend for:
- project mining
- conversation import
- keyword search
- semantic search
- wake-up context generation
- store status inspection
Install
What the CLI reflects in 0.3.x
The current CLI already supports the newer 0.3.x behavior:
- async embedding flow
- local embedding by default via
LocalEmbedder - opt-in remote embedding via
Gemini2Embedder - status output includes embedding profile
- mining / search support
--gemini-keyorGEMINI_API_KEY
Usage
Remote embedding
Or rely on the environment variable directly:
when GEMINI_API_KEY is already set.
Common commands
Show store status
Includes:
- DB path
- drawer count
- identity presence
- wings / rooms counts
- embedding profile
Mine a project
With remote embedding:
Mine conversation exports
Search
The CLI prefers semantic search when an embedder is available, and otherwise falls back to keyword search.
Defaults
Default local database path:
~/.aimem/aimem.db
Environment
AIMEM_DB_PATHAIMEM_IDENTITY_PATHGEMINI_API_KEY