Python Fastapi API Worker

Используй при реализации или правке сборки HTTP API-процесса на FastAPI: фабрики приложения, типизированного runtime context, lifespan shared-ресурсов, middleware, logging context запроса, error boundary, health endpoints и запуска через Uvicorn. Не применять для определения HTTP-контрактов, реализации конкретных endpoint-ов и transport-моделей, application/domain-логики, persistence-адаптеров и фоновых worker-ов.

Nemagu Updated

File contents

Nemagu/codex_skills/tree/main/implementation/python-fastapi-api-worker commit a1425800a4

Frequently asked questions

npx skillmds@latest add nemagu/python-fastapi-api-worker