<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT.
Source of truth: the cobra command definitions in cmd/axiom/cmd/.
Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->
axiom memory search
Semantic search over memories for a flow
Performs a semantic/hybrid search over all memories associated with a flow.
The --flow flag is required. Results are printed as a table with content, importance score, and retrieval score.
Example:
axiom memory search --flow my-flow-id "preferred output format"Usage
axiom memory search --flow <flow-id> <query> [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--flow | string | flow ID to search within (required) | ||
--help | -h | bool | help for search |
See also
- axiom memory — Inspect and manage agent memory for your flows
- Guide: Inspect agent memory