FROM python:3.11-slim
RUN pip install --no-cache-dir agentgraph-trust==0.2.1
ENTRYPOINT ["agentgraph-trust"]
