aimem-cli 0.3.4

CLI for AiMem
aimem-cli-0.3.4 is not a library.

aimem-cli

Language / 语言 / 言語: English | 简体中文 | 日本語

aimem-cli provides the aimem command-line interface for AiMem.

What the current CLI supports

  • project mining
  • conversation import
  • keyword search
  • semantic search
  • wake-up context generation
  • store status inspection
  • opt-in remote embedding

Install

cargo install aimem-cli

Usage

aimem status
aimem wake-up
aimem search "vector search"
aimem mine /path/to/project --no-embed

Remote embedding

export GEMINI_API_KEY=...
aimem search "vector search" --gemini-key "$GEMINI_API_KEY"

Notes

  • aimem status shows the current embedding profile.
  • aimem search and aimem mine can use --gemini-key or GEMINI_API_KEY.
  • default DB path is ~/.aimem/aimem.db.