Metadata-Version: 2.5
Name: strands-store-postgres
Version: 0.1.0
Summary: PostgreSQL + pgvector MemoryStore for Strands Agents — semantic long-term memory (aka strands-postgres-store)
Project-URL: Homepage, https://github.com/skamalj/strands-agents-session
Project-URL: Repository, https://github.com/skamalj/strands-agents-session.git
Author-email: Kamal <skamalj@gmail.com>
Keywords: agent-memory,memory,memory-store,pgvector,postgres,strands,strands-agents
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: strands-postgres-store>=0.1.0
Description-Content-Type: text/markdown

# strands-store-postgres

Alternate distribution name for [`strands-postgres-store`](https://pypi.org/project/strands-postgres-store/) — a **PostgreSQL + pgvector** `MemoryStore` for [Strands Agents](https://strandsagents.com) (semantic long-term memory via native vector search). Both install the same `PostgresMemoryStore`.

```bash
pip install strands-store-postgres
```

```python
from strands_store_postgres import PostgresMemoryStore
```

Part of the [strands-agents-session](https://github.com/skamalj/strands-agents-session) family.

## License

MIT
