azaharizaman/nexus-quotation-intelligence

AI-driven quotation normalization and intelligence orchestrator.

Maintainers

Package info

github.com/azaharizaman/nexus-quotation-intelligence

pkg:composer/azaharizaman/nexus-quotation-intelligence

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha1 2026-05-05 02:28 UTC

This package is auto-updated.

Last update: 2026-05-05 03:34:48 UTC


README

AI-driven quotation normalization and intelligence orchestrator for the Atomy (Nexus) project.

Overview

This orchestrator bridges the gap between structured ERP procurement and unstructured vendor quotes (PDF/Excel). It coordinates the following pipeline:

  1. Ingestion: Upload and validation of unstructured quote documents.
  2. Extraction: AI-driven extraction of line items and commercial terms.
  3. Normalization: Semantic mapping to taxonomies (UNSPSC) and unit/currency normalization.
  4. Risk Assessment: Detection of pricing anomalies and term deviations.
  5. Traceability: Linking every data point back to its source snippet in the original document.

Architecture

  • Layer 2 Orchestrator: Coordinates multiple Layer 1 packages (Procurement, MachineLearning, Document, Uom, Currency).
  • Async Workflow: Uses an event-driven pipeline for document processing.
  • Traceable VOs: Uses ExtractionEvidence and QuoteSnippet to maintain audit trails.

Usage

use Nexus\QuotationIntelligence\Contracts\QuotationIntelligenceCoordinatorInterface;

// Orchestrate the full intelligence flow
$coordinator->processQuote($tenantId, $documentId);