A bid or RFP arrives at bids@ai-globalfoodsolutions.co. The Data Tagger applies the bid_rfp template to extract bid_id, customer / district, items[], decision_date, and bid_value. The extracted row is logged to bid_external_pipeline (owned by the Bid Center pillar, migration 136). This triggers the bid_pipeline_review workflow which fires one of the Bid Center's 11 skills (typically LOG_EXTERNAL_BID or BID_PIPELINE). This path is the formal bridge from the Data Tagger pillar (5th) into the Bid Center pillar (4th). From here, subsequent operations follow Bid Center flows: FILL_REGIONAL_PRICES, ADD_UPDATE_CUSTOMER_PRICING, eventually rolling up into the Jul 1 named-list flip.
| # | strategy | field | example | conf |
|---|---|---|---|---|
| 1 | regex_after_label | bid_id | B5875 | 0.95 |
| 2 | literal_constant | customer_id | NYC DOE | 1.00 |
| 3 | table_with_headers | items_json | [246 spec rows] | 0.89 |
| 4 | regex_after_label | decision_date | 2026-06-03 | 0.94 |
| 5 | formula / llm_with_schema | bid_value | $4.2M est | 0.78 |
LOG_EXTERNAL_BID followed by BID_PIPELINE rollup.FILL_REGIONAL_PRICES + ADD_UPDATE_CUSTOMER_PRICING generate a quote.bid_external_pipeline with status updated; analysis goes in bid_reviews.