dakera-cli-0.3.0 is not a library.
dakera-cli
Command-line interface for Dakera -- manage your AI agent memory from the terminal.
Installation
Pre-built binaries for Linux, macOS (Intel and Apple Silicon), and Windows are available on the Releases page.
Usage
The CLI binary is called dk.
Health Check
# Check server health
# Detailed health with diagnostics
Namespaces
# List all namespaces
# Get namespace details
# Create a namespace
Vector Operations
# Query for similar vectors
# Upsert a single vector
# Bulk upsert from JSON file
# Delete vectors by ID
# Export vectors
Agent Management
# List all agents
# View agent statistics
# View agent memories
# View agent sessions
Memory Operations
# Store a memory
# Recall memories by semantic search
# Get a specific memory
# Consolidate similar memories
# Submit feedback on a memory
Session Management
# Start a new session
# End a session
# List sessions
# View session memories
Knowledge Graph
# Build knowledge graph from a seed memory
# Full knowledge graph for an agent
# Deduplicate memories
Analytics
# Platform overview
# Latency statistics
# Storage breakdown
Administration
# Server diagnostics
# Background jobs
# Trigger compaction
# API key management
# Cluster status
# Backup management
Configuration
| Variable | Description | Default |
|---|---|---|
DAKERA_URL |
Server URL | http://localhost:3000 |
DAKERA_NAMESPACE |
Default namespace | default |
# Connect to a remote server
# Or pass the URL directly
Output Formats
# Table format (default)
# JSON output
# Compact JSON (single line)
Related Repositories
| Repository | Description |
|---|---|
| dakera | Core vector database engine (Rust) |
| dakera-py | Python SDK |
| dakera-js | TypeScript/JavaScript SDK |
| dakera-go | Go SDK |
| dakera-rs | Rust SDK |
| dakera-mcp | MCP Server for AI agent memory |
| dakera-dashboard | Admin dashboard (Leptos/WASM) |
| dakera-docs | Documentation and API reference |
| dakera-deploy | Deployment configs and Docker Compose |
| dakera-cortex | Flagship demo with AI agents |
License
This project is licensed under the MIT License - see the LICENSE file for details.