# Example only. django-auto-agent is a pip library, not a host image.
#
# Build the LangGraph Agent Server from YOUR Django project:
#   1. pip install django-auto-agent
#   2. COPY your Django project into the image
#   3. Set DJANGO_SETTINGS_MODULE to your settings
#   4. Point langgraph.json at ai_agent.studio and ai_agent.auth
#
# See README.md and the example langgraph.json in this repository.

FROM langchain/langgraph-api:3.11-bookworm
RUN echo "Install django-auto-agent and your Django host project; do not copy a product tree into this library."
