# examples/multi-agent — runtime dependencies for the reference client.
#
# memledger is pinned to the published 0.5.0a0 alpha; once a stable v1 is
# on PyPI, drop the `--pre` requirement and tighten the pin.
#
# Install:
#   pip install -r requirements.txt
#
# Test-only deps (Bedrock judge) installed separately via:
#   pip install memledger[aws]

memledger[local,pgvector,eval,telemetry]>=0.5.0a0
# (memledger itself pulls litellm; the Anthropic provider needs no extra package.)

# For Ollama fallback users:
# litellm already supports ollama natively — no extra dep needed.

# For the SRE scenario's small data prep helpers:
rich>=13.0
