FROM hivemind-agent-base:latest
COPY agent.py .
COPY mediator-prompt.md .
CMD ["python", "/app/agent.py"]
