Velixar Memory API — CLI
Project description
Velixar CLI
Memory API for AI applications — from your terminal.
Install
pip install velixar-cli
Setup
velixar auth login
# paste your API key (vlx_...)
Or set the environment variable:
export VELIXAR_API_KEY="vlx_your_key"
Usage
# Store a memory
velixar store "User prefers dark mode" --tier 0
# Search memories
velixar search "user preferences"
# List recent memories
velixar list --limit 20
# Get a specific memory
velixar get mem_abc123
# Delete a memory
velixar delete mem_abc123
# Check API health
velixar health
# Interactive shell
velixar interactive
Interactive Mode
$ velixar interactive
╭─ Velixar Interactive Shell ─╮
│ Commands: store search list get delete quit │
╰──────────────────────────────╯
velixar> store User likes Python and Rust
✓ Stored: mem_xyz789
velixar> search programming languages
mem_xyz789.. (0.923) User likes Python and Rust
velixar> quit
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
velixar_cli-0.1.0.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file velixar_cli-0.1.0.tar.gz.
File metadata
- Download URL: velixar_cli-0.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74525b721f41848b2a328799052a4c7a7268de52b98287b6af82d5944b3618ee
|
|
| MD5 |
a623c822ee07e3c8bd8fd0cf7bea470a
|
|
| BLAKE2b-256 |
6b270e8183bbe0ce7d98e2bd46cf57365bd50f19229678537c0fadb37de6ae04
|
File details
Details for the file velixar_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: velixar_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
257595dd59ff1a74a62554e28719a170377005fb68327326d4f1411705ab1e2c
|
|
| MD5 |
bf9bd2295809f7325b6e7922f067e65e
|
|
| BLAKE2b-256 |
3fef1fc9243b195c9b63c9384a9e788cda888404f2e9f8d3973d2e665b552a4f
|