FROM python:3.11-slim
RUN pip install --no-cache-dir agentgraph-trust==0.3.0
ENV AGENTGRAPH_URL=https://agentgraph.co
ENTRYPOINT ["agentgraph-trust"]
