dejadb 0.0.1

DejaDB — a memory database for AI agents. Name reservation; the first real release is under active development.
Documentation
1
2
3
4
5
6
7
8
9
//! # DejaDB
//!
//! A memory database for AI agents — your agent has seen this before.
//!
//! This crate name is reserved; the first real release is under active
//! development. Watch this space.

/// Placeholder version marker for the name reservation release.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");