
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
langgraph-checkpoint-firestore
Advanced tools
Google Firestore checkpoint saver implementation for LangGraph
This project provides an implementation of a checkpoint saver for LangGraph using Google Firestore.
To install the package, ensure you have Python 3.9 or higher, and run:
pip install langgraph-checkpoint-firestore
To use the FirestoreSaver
, you need to provide google default application authenmtication via environment
python
from langgraph_checkpoint_firestore import FirestoreSaver
Collections - write and checkpoint - are created if it does not exists
#memory = FirestoreSaver(project_id=<project_id>, checkpoints_collection='langchain', writes_collection='langchain_writes')
with FirestoreSaver.from_conn_info(project_id=<project_id>, checkpoints_collection='langchain', writes_collection='langchain_writes') as memory:
List function does not support filters. You can only pass config on thread id to get the list.
print(list(memory.list(config=config)))
This project is licensed under the MIT License.
FAQs
Google Firestore checkpoint saver implementation for LangGraph
We found that langgraph-checkpoint-firestore demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.