Metadata-Version: 2.4
Name: aleth-memory
Version: 0.6.0
Summary: Aleth Memory: local, private, self-hosted memory for AI agents. Installs the engine, the graph layer, the Python client and the folder sync in one command.
Author: Aleth Authors
License: Apache-2.0
Project-URL: Homepage, https://aleth.ai
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aleth[embeddings]>=0.6.0
Requires-Dist: aleth-weave>=0.1.4
Requires-Dist: aleth-client>=1.2
Requires-Dist: aleth-ingest>=0.1
Dynamic: license-file

# aleth-memory

Local, private, self-hosted memory for AI agents. One command, and it runs
on your own machine:

```
pip install aleth-memory
```

This is a meta-distribution: it contains no code of its own. Installing it
brings in the four pieces that make up Aleth Memory:

- **aleth** - the memory engine, with its embedding model. A self-contained
  binary you run locally; it is never a hosted service.
- **aleth-weave** - the graph layer: typed nodes, typed associative edges,
  temporal chains.
- **aleth-client** - the tiny open-source client (Apache-2.0) your agent
  imports. It speaks a frozen 11-verb wire.
- **aleth-ingest** - the folder sync. Point it at a directory of text files;
  a changed file supersedes its old version.

Documentation, quickstart and the measured results: https://aleth.ai
