Files
pdf/gateway/README.md
T
Furqan-14 de4868ff49
CI / lint (push) Waiting to run
CI / build (macos-latest, macos-debug) (push) Blocked by required conditions
CI / build (ubuntu-latest, linux-debug) (push) Blocked by required conditions
CI / build (windows-latest, windows-debug) (push) Blocked by required conditions
Revert "Merge pull request 'saqib' (#5) from saqib into main"
This reverts commit a1e6b5910c, reversing
changes made to 43eba01201.
2026-05-21 11:52:27 +05:30

665 B

Gateway (FastAPI) — placeholder

Phase 0 task "FastAPI service scaffolding" (Dev 1) and all later API work lives here. Not implemented yet — this session scaffolds the C++ build pipeline only.

Planned responsibilities (see docs/phase0.md and the engine blueprint §8):

  • Auth, metadata, storage (S3 / MinIO), async job queue.
  • Bridges to the C++ engine via pybind11 (bindings/python/).
  • Placeholder routes + a /health endpoint returning 200no PDF logic until the engine wrappers exist.

When implemented:

gateway/
  pyproject.toml
  app/
    main.py          # FastAPI app + /health
    routers/
    services/
  tests/