- Unify API: lib/api.ts uses /api/v1, inbox uses /api/inbox (rewrites) - Remove localhost refs: openapi, inbox page - Add rewrites: /api/inbox|tmc -> inbox-server, /api/v1 -> FastAPI - Add stub routes: knowledge/insights, recommendations, search, log-error - Transfer from PAPA: prompts (inspection, tmc), scripts, supabase, data/tmc-requests - Fix inbox-server: ORDER BY created_at, package.json - Remove redundant app/api/inbox/files route (rewrites handle it) - knowledge/ in gitignore (large PDFs) Co-authored-by: Cursor <cursoragent@cursor.com>
32 lines
469 B
Plaintext
32 lines
469 B
Plaintext
# FastAPI и зависимости
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
pydantic==2.5.0
|
|
pydantic-settings==2.1.0
|
|
|
|
# Database
|
|
asyncpg==0.29.0
|
|
sqlalchemy[asyncio]==2.0.23
|
|
alembic==1.12.1
|
|
|
|
# Streaming
|
|
aiokafka==0.10.0
|
|
|
|
# Redis
|
|
redis==5.0.1
|
|
aioredis==2.0.1
|
|
|
|
# HTTP клиенты
|
|
httpx==0.25.2
|
|
aiohttp==3.9.1
|
|
|
|
# Утилиты
|
|
python-dotenv==1.0.0
|
|
python-multipart==0.0.6
|
|
|
|
# Логирование
|
|
structlog==23.2.0
|
|
|
|
# Мониторинг
|
|
prometheus-client==0.19.0
|