prollytree 0.3.2

A prolly (probabilistic) tree for efficient storage, retrieval, and modification of ordered data.
Documentation
# Requirements for LangGraph Memory Example

# ProllyTree (install from local build)
# pip install ../../target/wheels/prollytree-*.whl

# LangGraph and LangChain dependencies
langgraph>=0.2.0
langchain-core>=0.2.0
langchain-openai>=0.1.0

# LangMem integration dependencies
langmem>=0.0.29
langchain>=0.3.15
langchain-anthropic>=0.3.3
trustcall>=0.0.39

# Additional dependencies
typing-extensions>=4.0.0
numpy>=1.20.0