skillfed

lance-context

Multimodal, versioned context storage for agentic workflows

lance-context v0.6.5 211.7K downloads/30d#9,477 on PyPI
Permissive license Active released

What it is and what it does

Lance-context is a Python wrapper around a Rust-backed library for managing structured, multimodal memory in agent-based systems. It provides versioned context storage—meaning you can store, retrieve, and manage different versions of data (text, embeddings, or other modalities) that agents need to reference or update during execution. The package is still in alpha (Development Status 3) and targets researchers and developers building agentic workflows that require persistent, queryable context across multiple data types.

The package depends on pyarrow for data handling and is compiled to native code for performance. It supports current Python versions (3.11–3.13) and is maintained actively. The medium install friction reflects the need to download architecture-specific wheels, but this is typical for Rust-backed Python libraries. No known security vulnerabilities have been reported.

Use it for:

  • Store and version multimodal agent memories (text, embeddings, structured data) across conversation turns or task iterations
  • Manage context snapshots in multi-agent systems where different agents need consistent access to shared or versioned state
  • Build retrieval-augmented generation (RAG) pipelines that require versioned document and embedding storage
  • Implement agent state rollback or branching by accessing prior versions of context
  • Organize and query heterogeneous data types (text, vectors, metadata) in a single versioned store for agentic workflows

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings for multimodal, versioned context storage designed for agentic workflows, enabling structured memory management with support for multiple data types.

Yes, if you are building agentic workflows that need multimodal, versioned context storage. The package is actively maintained, has no known vulnerabilities, and uses a permissive license. The alpha status and recent release date mean the API may evolve; start with it if your use case aligns closely with agent memory management, but plan for potential breaking changes.

Install

lance-context on PyPI

pip

pip install lance-context

uv

uv add lance-context

poetry

poetry add lance-context

Installing lance-context

Before you install

Medium install friction due to compiled wheels for specific architectures (arm64, aarch64, x86_64). Active maintenance with a release 16 days old. Requires pyarrow as its sole runtime dependency.

License in practice

Licensed under Apache Software License (permissive), allowing commercial and private use with minimal restrictions.

Quickstart

pip install lance-context

import lance_context
# Create or access a context store for agent memory
store = lance_context.ContextStore()

Requires Python 3.11 or later (supports 3.11, 3.12, 3.13); pyarrow must be installed as a runtime dependency.

Verify before relying

  • Specific API surface and methods available in the Python bindings beyond basic context storage
  • Performance characteristics and scalability limits for multimodal data
  • Whether versioning supports branching, merging, or other advanced version control semantics
  • Integration patterns with popular agent frameworks or libraries

Package facts

License not declared (permissive)
Python support supports the current Python release (<3.14,>=3.11)
Install friction medium — platform-specific wheel
Runtime dependencies 1 — pyarrow
Maintenance actively maintained — 16 days since the last release
First released
Downloads 211,693/month — #9,477 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: lance_context-0.6.5-cp39-abi3-macosx_11_0_arm64.whl; lance_context-0.6.5-cp39-abi3-manylinux_2_28_aarch64.whl; lance_context-0.6.5-cp39-abi3-manylinux_2_28_x86_64.whl

Keywords: context, memory, multimodal, lance, agents

Development Status :: 3 - AlphaIntended Audience :: Science/ResearchLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: RustTopic :: Scientific/Engineering

Tags

multimodal context storageagent memory managementversioned data storageagentic workflow contextlance context bindingsstructured memory for agentsmultimodal data versioning
agent-memorymultimodal-storagerust-backed

More Scientific/Engineering packages