Metadata-Version: 2.4
Name: statelet
Version: 0.1.1
Summary: Statelet server binaries — agent memory with KV, vector search, and temporal causal graphs in one database
License-Expression: Apache-2.0
Project-URL: Homepage, https://statelet.com
Project-URL: Repository, https://github.com/stateletlab/statelet
Keywords: statelet,agent,memory,vector,graph,database,llm,ai
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: statelet-sdk>=0.1.1

# statelet

Server binaries for [Statelet](https://github.com/stateletlab/statelet) — agent
memory with KV, vector search, and temporal causal graphs in one database.

```bash
pip install statelet
```

That installs three executables onto your `PATH` —

| Command | Role |
|---|---|
| `statelet-gateway` | stateless routing gateway; what clients connect to |
| `statelet-metadata` | metadata-plane Raft group |
| `statelet-datanode` | data-plane storage engine |

— and pulls in `statelet-sdk`, so `import statelet` works in the same
environment.

Platform wheels are published for macOS (Apple Silicon and Intel), Linux
(x86_64 and aarch64, glibc 2.17 and newer), and Windows x64. Anywhere else,
build from a checkout.

Licensed under Apache-2.0.
