Skip to content

tigrisdata/tigris-langgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tigris-langgraph

LangGraph integrations for Tigris — globally distributed, S3-compatible object storage.

Packages

Package Description PyPI
langgraph-checkpoint-tigris LangGraph checkpointer backed by a Tigris bucket, with copy_thread branching and a zero-copy bucket-fork() helper. PyPI

More integrations may be added here over time (this repo is an umbrella, in the same spirit as other provider *-langgraph repos).

Quick start

pip install -U langgraph-checkpoint-tigris
from langgraph.checkpoint.tigris import TigrisSaver

# Credentials come from the standard AWS env chain
# (AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY); endpoint defaults to Tigris.
with TigrisSaver.from_conn_string("my-bucket") as checkpointer:
    checkpointer.setup()
    graph = builder.compile(checkpointer=checkpointer)
    graph.invoke({"messages": [...]}, {"configurable": {"thread_id": "1"}})

See libs/checkpoint-tigris for full usage, async support, branching, and development instructions.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors