# Molecule AI workspace runtime — adapter + A2A server infra
molecule-ai-workspace-runtime>=0.1.22

# Bridge dependency — async HTTP to the local hermes-agent gateway on :8642.
# All model/provider SDKs are now owned by hermes-agent itself; see
# docs/ARCHITECTURE.md for why they no longer live here.
httpx>=0.27.0

# Reply-server dependency for the hermes plugin path. The
# MoleculeA2APlatformAdapter POSTs agent replies to the executor's
# aiohttp callback server; without aiohttp the plugin path can't run
# (legacy /v1/chat/completions transport still works).
aiohttp>=3.9
