- extraction-service: Fastify scaffold (port 4005) with extract/tasks modules - src/lib/: config, errors, cosmos, product-config, python-bridge - src/modules/extract/: types (Zod schemas), routes (POST /extract, batch, models) - src/modules/tasks/: types, repository (Cosmos CRUD), routes (CRUD endpoints) - Python sidecar: FastAPI app, LangExtract wrapper, models, task registry - @bytelyst/extraction package: types, client factory, index exports - Both pnpm build pass clean
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
langextract>=0.3.0
|
|
fastapi>=0.115.0
|
|
uvicorn>=0.34.0
|
|
pydantic>=2.10.0
|
|
pydantic-settings>=2.7.0
|
|
structlog>=24.4.0
|