# Minimal deps for a deployed agent (server code NOT required on the host).
httpx>=0.28
zstandard>=0.23
# TOML config parsing on Python < 3.11 (3.11+ has stdlib tomllib).
tomli>=2.0 ; python_version < "3.11"
