Metadata-Version: 2.5
Name: strands-store-mongodb
Version: 0.2.0
Summary: MongoDB Vector Search MemoryStore for Strands Agents — semantic memory with Automated Embedding (aka strands-mongodb-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,atlas,memory,memory-store,mongodb,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-mongodb-store>=0.1.0
Description-Content-Type: text/markdown

# strands-store-mongodb

Alternate distribution name for [`strands-mongodb-store`](https://pypi.org/project/strands-mongodb-store/) — a **MongoDB Atlas Vector Search** `MemoryStore` for [Strands Agents](https://strandsagents.com). Both install the same `MongoDBMemoryStore`.

```bash
pip install strands-store-mongodb
```

```python
from strands_store_mongodb import MongoDBMemoryStore
```

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

## License

MIT
