Skip to main content

Agent-native database with causal memory, composite-scored recall, and a tamper-evident integrity chain

Project description

meta-agents-db

Agent-native database with causal memory, composite-scored recall, and a tamper-evident integrity chain.

The first database designed for autonomous AI agents.

Install

pip install meta-agents-db

Quick start

from meta_agents_db import MetaAgentsDB

db = MetaAgentsDB("./data")
event_id = db.write(content="SPY broke below 200-day MA", tags=["signal", "SPY"])
results = db.recall("SPY bearish signals", top_k=10)
chain = db.trace_cause(event_id, direction="backward", max_depth=5)

Features

  • Causal DAG — every memory links to its causes; trace full decision chains
  • 5-signal composite recall — vector similarity + recency + causal proximity + importance + tag overlap
  • Storage-layer policy (roadmap) — risk, budget, and rate caps at write time; the policy engine is not enabled by default in this release
  • Optional HNSW vector index — approximate nearest-neighbor search (opt-in; brute-force is the default backend)
  • Session caching — deduplicates repeated recalls within a pipeline cycle
  • MVCC — snapshot isolation for concurrent readers/writers
  • WAL + SSTables — crash-safe append-only log with background compaction

License

Meta-Agents.AI Proprietary License v1.0. Install-and-use is permitted for end-users of the published wheels; source access, OEM embedding, and hosted-service rights are reserved for separately-negotiated agreements. Patent pending.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

meta_agents_db-0.2.10-cp39-abi3-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.9+Windows x86-64

meta_agents_db-0.2.10-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ x86-64

meta_agents_db-0.2.10-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

meta_agents_db-0.2.10-cp39-abi3-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

File details

Details for the file meta_agents_db-0.2.10-cp39-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for meta_agents_db-0.2.10-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 549aa7e7e86a7f82b368ecec666ff8d27adb4587e0a63d66e0f231474e9eb895
MD5 b430e741dac0d2b8aa68062d2df3e244
BLAKE2b-256 62714b9a2c4cc84a4eee699d6114196d64652d899b7238694e89d514775bf0a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for meta_agents_db-0.2.10-cp39-abi3-win_amd64.whl:

Publisher: ci.yml on spshkar84/meta-agents-db-engine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file meta_agents_db-0.2.10-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for meta_agents_db-0.2.10-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7d5965f3f9bf3b637b20432b5992aad2894db8acb758b34b6162c29c4d54b1d
MD5 9fab85ef0c2846e2b9ef50436cc9102d
BLAKE2b-256 747b93f12804ccffae7c6001ade4c87e4f9e2e15f99152cdb21c6c269287e6f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for meta_agents_db-0.2.10-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on spshkar84/meta-agents-db-engine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file meta_agents_db-0.2.10-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for meta_agents_db-0.2.10-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ee59fce193e1ddac2927a3341fe3f76a16eae8b2ecd3b8b3d02429b1bbf8336f
MD5 1a3faf0ca22361385b252c1d22783826
BLAKE2b-256 e12eb40ee93a70b21a28dc98aa5f364233a805409ffc037edf1863c5796d9091

See more details on using hashes here.

Provenance

The following attestation bundles were made for meta_agents_db-0.2.10-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on spshkar84/meta-agents-db-engine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file meta_agents_db-0.2.10-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for meta_agents_db-0.2.10-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6299490d90e843e6111efa478da52f33ec3538e9af2b4d8f70c9998c46aea2f
MD5 ab4835d109048f7b63b7c1036e34b547
BLAKE2b-256 9fa9e44d59085ab9b0562574ac27687b1cf63b5d023dade25a851ea587b3c49a

See more details on using hashes here.

Provenance

The following attestation bundles were made for meta_agents_db-0.2.10-cp39-abi3-macosx_11_0_arm64.whl:

Publisher: ci.yml on spshkar84/meta-agents-db-engine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page