Metadata-Version: 2.4
Name: contextlane
Version: 0.2.0
Summary: Open-source context ingestion pipeline for persistent AI agents
Author: Talocode
License: MIT
Project-URL: Homepage, https://github.com/talocode/contextlane
Project-URL: Source, https://github.com/talocode/contextlane
Project-URL: npm, https://www.npmjs.com/package/@talocode/contextlane
Keywords: context,ai-agents,memory,ingestion,mcp,sdk,cli,talocode
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"

# ContextLane (Python)

Context ingestion pipeline for persistent AI agents.

```bash
pip install contextlane
contextlane demo
```

## Publishing

```bash
# From python/ directory:
pip install build twine
python -m build
python -m twine upload dist/*
```

Requires `~/.pypirc` or `TWINE_USERNAME` + `TWINE_PASSWORD` env vars.

## CI

GitHub Actions workflow at `.github/workflows/pypi-publish.yml` —
triggered on release or via `workflow_dispatch` with `PYPI_API_TOKEN` secret.
