⚡ dakera-rs
Rust client for Dakera AI — store, recall, and search agent memories against a Dakera instance.
Part of Dakera AI — the memory engine for AI agents.
The Dakera memory engine scores 87.8% on LoCoMo (1,540 questions, standard eval) — benchmark details
Install
# Cargo.toml
[]
= "0.11"
= { = "1", = ["full"] }
Quick Start
use ;
async
Connect to Dakera
// Self-hosted
let client = new;
// Cloud (early access)
let client = new;
Documentation
→ Full docs
→ API reference
→ Rust SDK reference
Related
| Repo | What it is |
|---|---|
| dakera-py | Python SDK |
| dakera-js | TypeScript SDK |
| dakera-go | Go SDK |
| dakera-cli | CLI |
| dakera-mcp | MCP server · 83 tools |
| dakera-deploy | Self-host Dakera |
Part of the Dakera AI open core. The engine is proprietary. The tools are yours.