Metadata-Version: 2.4
Name: attractor-engine
Version: 0.0.1
Summary: A brain-inspired memory engine — contextual storage and associative retrieval
Project-URL: Homepage, https://github.com/aag1091-alt/attractor
Project-URL: Repository, https://github.com/aag1091-alt/attractor
Author: aag1091-alt
License: MIT
Keywords: agents,ai,associative,attractor,contextual,database,hopfield,memory
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# attractor

A brain-inspired memory engine — contextual storage and associative retrieval.

**This package is under active development. Not yet functional.**

Attractor is a standalone memory service purpose-built for storing and retrieving contextual memory. It is designed to work like a brain — not like a key-value store or a vector database.

Named after the concept of **attractors** in dynamical systems: stored memories are energy minima, retrieval is gradient descent to the nearest basin. Give it a partial or noisy cue and it converges to the full memory.

```bash
attractor start     # start the service
attractor connect   # verify connection
```

## Status

Early development. Watch this repo for updates.

## Source

[github.com/aag1091-alt/attractor](https://github.com/aag1091-alt/attractor)
