Metadata-Version: 2.4
Name: attestdb
Version: 0.1.39
Summary: A brain for AI agents that actually learns — confidence scoring, negative results, gap detection. pip install attestdb && attest brain install
Project-URL: Homepage, https://attestdb.com
Project-URL: Documentation, https://attestdb.com/quickstart.html
Project-URL: Repository, https://github.com/omic/attest
Author: Omic Research
License: BSL-1.1
License-File: LICENSE
Keywords: ai-agents,biology,claims,database,knowledge-base,knowledge-graph,mcp,provenance,rag
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.11
Requires-Dist: attest-py>=0.1.30
Requires-Dist: jsonschema>=4.20
Requires-Dist: numpy>=1.24
Requires-Dist: usearch>=2.9
Provides-Extra: all
Requires-Dist: mcp[cli]>=1.0; extra == 'all'
Requires-Dist: openai>=1.0; extra == 'all'
Requires-Dist: opentelemetry-api>=1.20; extra == 'all'
Provides-Extra: browser
Requires-Dist: openai>=1.0; extra == 'browser'
Requires-Dist: playwright>=1.40; extra == 'browser'
Provides-Extra: dev
Requires-Dist: mypy>=1.8; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Provides-Extra: llm
Requires-Dist: openai>=1.0; extra == 'llm'
Provides-Extra: mcp
Requires-Dist: mcp[cli]>=1.0; extra == 'mcp'
Provides-Extra: otel
Requires-Dist: opentelemetry-api>=1.20; extra == 'otel'
Description-Content-Type: text/markdown

# AttestDB

Claim-native knowledge graph for AI agents. Every fact has a source, a confidence score, and gets flagged when the source is wrong.

[![PyPI](https://img.shields.io/pypi/v/attestdb)](https://pypi.org/project/attestdb/)
[![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org/downloads/)
[![License: BSL-1.1](https://img.shields.io/badge/license-BSL--1.1-green)](LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/omic/attest)](https://github.com/omic/attest)

## 60-Second Quickstart

```bash
pip install attestdb
attestdb quickstart
```

## Why Not a Vector DB?

Vector DBs find similar text. AttestDB tracks whether claims are true -- with sources, confidence scores, and automatic retraction cascades when a source is wrong. Think of it as git for knowledge: every fact has provenance, and contradictions are surfaced, not hidden.

## Features

- **85M+ claims in production**, microsecond queries (~12µs indexed lookups)
- **30 connectors** (Slack, GitHub, Gmail, Postgres, etc.)
- **106 MCP tools** -- give your AI agent persistent memory
- **Rust engine (LMDB)** -- 1.3M claims/sec insert
- **Automatic retraction cascades** when sources are wrong
- **Gap detection** -- finds what your knowledge graph is missing

## Give Your AI Agent a Brain

```bash
pip install attestdb
attestdb mcp-config
# Restart Claude Code -- your agent now remembers across sessions
```

## 7-Day Pro Trial

```bash
attestdb trial start    # No credit card required
```

Pro plan includes: 1M cloud API tokens, hosted queries, team features.

## Pricing

| | Free | Pro ($99/mo) | Growth ($249/mo) | Team ($499/mo) | Enterprise |
|---|---|---|---|---|---|
| Local DB | Unlimited | Unlimited | Unlimited | Unlimited | Unlimited |
| Cloud tokens | -- | 1M/mo | 5M/mo | 10M/mo | Custom |
| Connectors | All 30 | All 30 | All 30 | All 30 | All 30 |
| MCP tools | 106 | 106 | 106 | 106 | 106 |
| Team features | -- | -- | -- | Yes | Yes |
| SOC 2 | -- | -- | -- | -- | In progress |

## Links

- [Documentation](https://attestdb.com/quickstart.html)
- [Live Demo](https://attestdb.com/demo/)
- [Pricing](https://attestdb.com/pricing.html)
- [GitHub](https://github.com/omic/attest)

## Contributing

We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.

## License

BSL-1.1 -- free for non-production use. Production use requires a license. See [LICENSE](LICENSE) for details.
