skillfed

haystack-experimental

Experimental components and features for the Haystack LLM framework.

haystack-experimental v0.19.0.post1 713.7K downloads/30d#5,250 on PyPI65
Permissive license Apache-2.0 Abandoned released

What it is and what it does

haystack-experimental was a staging ground for early-access features in the Haystack LLM framework, allowing users to test and provide feedback on components before they were committed to the main release. The package has now been archived and is no longer maintained. Most experiments—including Agent, AsyncPipeline, Tool calling, multimodality support, and Human-in-the-Loop features—have graduated into haystack-ai itself. A smaller set of experiments were discontinued entirely and exist only in this final release.

The 0.19.0.post1 release is frozen and will receive no updates, bug fixes, or compatibility patches. It depends only on haystack-ai and supports Python 3.10 through 3.13. If you need an experiment that graduated, use haystack-ai instead. If you depend on a discontinued experiment, you must pin this package explicitly and accept that it will drift out of sync with newer haystack-ai releases over time.

Use it for:

  • Accessing discontinued experiments (e.g., OpenAIFunctionCaller, OpenAPITool) that were not adopted into Haystack core and exist nowhere else.
  • Maintaining legacy code that was written against a specific experimental feature before it graduated or was discontinued.
  • Pinning a known-working snapshot of an experiment for production use when the graduated version in haystack-ai has breaking changes.

Worth the install?

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

Provides archived experimental features for Haystack LLM framework that have either graduated into the main haystack-ai package or been discontinued; the final release (0.19.0.post1) is no longer maintained.

No, unless you have legacy code that depends on a discontinued experiment and cannot migrate to haystack-ai. The package is archived, abandoned, and will not be maintained. Any new Haystack work should use haystack-ai directly. If you do install, pin to 0.19.0.post1 explicitly and understand that compatibility with future haystack-ai releases is not guaranteed.

Install

haystack-experimental on PyPI

pip

pip install haystack-experimental

uv

uv add haystack-experimental

poetry

poetry add haystack-experimental

Installing haystack-experimental

Before you install

The package is archived and abandoned as of the final release on 2026-07-28. Install friction is low (pure Python wheel), but maintenance status is critical: no further updates, bug fixes, or compatibility work will occur. Only install if pinning to 0.19.0.post1 explicitly for a discontinued experiment not available elsewhere.

License in practice

Licensed under Apache-2.0 (permissive). No licensing barrier to use, but the abandoned status means you assume all maintenance and compatibility risk yourself.

Quickstart

pip install "haystack-experimental==0.19.0.post1"

from haystack_experimental import SomeExperiment
# Use only if the experiment is not available in haystack-ai

Requires Python >=3.10. Most experiments have graduated to haystack-ai; check the Haystack documentation first. Pinning to 0.19.0.post1 is mandatory—no future releases will be published.

Verify before relying

  • Exact compatibility window with haystack-ai versions beyond February 2026 is unclear; drift risk increases over time.
  • Whether all discontinued experiments remain functional or have bitrotted is not specified in the fact sheet.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 1 — haystack-ai
Maintenance abandoned — 17 days since the last release
Last repo commit (repository archived)
First released
Downloads 713,714/month — #5,250 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: haystack_experimental-0.19.0.post1-py3-none-any.whl

Development Status :: 4 - BetaIntended Audience :: Science/ResearchLicense :: Freely DistributableLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: Scientific/Engineering :: Artificial Intelligence

Tags

haystack experimental featureshaystack legacy componentsarchived haystack experimentshaystack early accesshaystack graduated featuresdiscontinued haystack toolshaystack ai extensions
archivedlegacy

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

farm-haystack

Haystack is an end-to-end NLP framework for…

permissive · top 15,000 on PyPI

haystack-ai

Haystack is an open-source framework for…

permissive · top 5,000 on PyPI

isa-rwval

Provides Python classes and utilities to read,…

unclear · top 15,000 on PyPI

openinference-instrumentation-haystack

Auto-instruments Haystack LLM pipelines and…

permissive · top 15,000 on PyPI

opentelemetry-instrumentation-haystack

Adds distributed tracing to Haystack LLM…

permissive · top 5,000 on PyPI

django-haystack

Haystack provides a unified search API for…

permissive · top 15,000 on PyPI

strands-agents-evals

Strands Evals SDK provides a comprehensive…

permissive · top 15,000 on PyPI

sagemaker-experiments

Tracks machine learning experiments, trials,…

permissive · top 15,000 on PyPI

llama-index-cli

Provides command-line interface tools for…

permissive · top 5,000 on PyPI

qiskit-experiments

Qiskit Experiments provides tools for building,…

permissive · top 15,000 on PyPI

Further reading