azaharizaman/nexus-quotation-intelligence
最新稳定版本:v0.1.0-alpha1
Composer 安装命令:
composer require azaharizaman/nexus-quotation-intelligence
包简介
AI-driven quotation normalization and intelligence orchestrator.
README 文档
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:
- Ingestion: Upload and validation of unstructured quote documents.
- Extraction: AI-driven extraction of line items and commercial terms.
- Normalization: Semantic mapping to taxonomies (UNSPSC) and unit/currency normalization.
- Risk Assessment: Detection of pricing anomalies and term deviations.
- 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
ExtractionEvidenceandQuoteSnippetto maintain audit trails.
Usage
use Nexus\QuotationIntelligence\Contracts\QuotationIntelligenceCoordinatorInterface; // Orchestrate the full intelligence flow $coordinator->processQuote($tenantId, $documentId);
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-05-04