decomposer: scaffold content-ingestion-agent
Some checks failed
ci / test (push) Has been cancelled

This commit is contained in:
2026-09-01 14:10:17 +00:00
parent cbf8597f9e
commit 78d65944c6

View File

@@ -1,6 +1 @@
FROM python:3.11-slim # TODO: generation subagent fills this in.
WORKDIR /app
COPY . .
RUN pip install --no-cache-dir .
USER 65532:65532
CMD ["python", "-m", "kab_ingestion"]