Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 0.2.14 instead.
Reason given by maintainers: 0.2.14 available

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.

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.12-cp39-abi3-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.9+Windows x86-64

meta_agents_db-0.2.12-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.12-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.12-cp39-abi3-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for meta_agents_db-0.2.12-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 5ccd76d5b053d0989465318b6b6c0af798c6b9a17dfa9a1ed3db13a318c29d2e
MD5 03405f3d2a3f906606bd1edf62d9b863
BLAKE2b-256 cb0353f1d436d2267f31c5de760506d9b3adddb13b4bfdeaaf045988f3db4a06

See more details on using hashes here.

Provenance

The following attestation bundles were made for meta_agents_db-0.2.12-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.12-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for meta_agents_db-0.2.12-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00a42b5b6094a3ca45416d1c2bab1e485aecf6571659b3fa18889d59d669947d
MD5 4a2f07843685bba8d07370c51833440b
BLAKE2b-256 583de14e4406f8b18bdecf2137db7ca18acd0954ed3a1921ee6ffdd59eb8dfac

See more details on using hashes here.

Provenance

The following attestation bundles were made for meta_agents_db-0.2.12-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.12-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for meta_agents_db-0.2.12-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2fdbccca0fa31bbf9b3e2742b3e6478ce0a78a0d1b88e5742d0a7dc6fb78f429
MD5 510441eda5ae0dadd177eea67fe2315a
BLAKE2b-256 865730881622db5f178b2d6670e561dae8ad3f0191f7eaa0fc6dedc90cf62ad3

See more details on using hashes here.

Provenance

The following attestation bundles were made for meta_agents_db-0.2.12-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.12-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for meta_agents_db-0.2.12-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f84b0e512f3797342e6116812c190fd060052f958af6e762f1b8dcc5a73e25aa
MD5 9ad341501d4a153fb72ce1b830f6edd3
BLAKE2b-256 7d71d0f05e927763a87e586d9b8ced35d02b163b544cd3ce93ec0eb9e3985818

See more details on using hashes here.

Provenance

The following attestation bundles were made for meta_agents_db-0.2.12-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.

Release history Release notifications | RSS feed

0.2.14

4 files

0.2.13

4 files

This release

0.2.12 This release

4 files

0.2.11

4 files

0.2.10

4 files

0.2.9

4 files

0.2.8

4 files

0.2.7

4 files

0.2.6

4 files

0.2.5

4 files

0.2.1

4 files

0.2.0

4 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page