FROM hivemind-agent-base:latest
COPY agent.py .
CMD ["python", "agent.py"]
