CapabilityIntent
pg_data_service.py
The new pg_data_service.py file provides PostgreSQL data management functionality replacing DuckDBService. The extract.py worker is modified to write extracted data using pg_data_service.py instead of DuckDBService. question_router.py is updated to use pg_data_service.py for reading extracted data in place of DuckDBService.