AI Transparency

שקיפות בינה מלאכותית ומסחר מכונה

איך תג־לי משתמשת בבינה מלאכותית

תג־לי משתמשת בבינה מלאכותית כדי לעזור ללקוחות ולמערכות חיצוניות למצוא מוצרים,
להבין אפשרויות מיתוג, לקרוא מידע מסחרי ולהתקדם לבחירה מסודרת לפני הזמנה.

המידע אינו נוצר יש מאין: הוא נשלף ממקורות רשמיים של האתר, ממערכת המוצרים,
מגרף הידע של תג־לי ומכללי מסחר שהשרת בודק מחדש. אם קיימת סתירה,
עמוד המוצר, נתוני המכונה ומנגנון ההזמנה הרשמי הם הקובעים.

תפוזון V2 הוא ממשק שיחה המשתמש בתשתית הזאת כדי לעזור ללקוח. הוא אינו מקור מידע עצמאי,
אינו משנה מחיר ואינו מבצע תשלום ללא מעבר דרך מערכות האתר.

Knowledge Graph 6 · Production
Machine Search 3.1
BuyAction V2 / V3
Server-Validated Commerce
Public Technical Specification

TAGLI AI Transparency & Machine-Readable Commerce Architecture

Public specification for AI discovery, semantic product intelligence, executable commerce actions,
server-side validation and future autonomous procurement workflows.

Merchant-side infrastructure is live

TAGLI exposes public machine-readable product, organization, capability, semantic and commercial interfaces on top of an operational WooCommerce business. The system is designed for real products, real pricing rules and real order flows.

External AI can discover and configure

An external AI agent can resolve a product, open the official product record, inspect supported commercial values, select the appropriate action model and construct an executable configuration target without inventing missing parameters.

Transactional authority remains server-side

Machine actions express intent and supported paths. Cart pricing, validation, checkout, payment authorization and final order creation remain controlled by TAGLI server logic and the active payment stack.
Current objective: merchant-side readiness for agentic commerce — not autonomous payment without authorization.

1. System Definition and Operating Model

TAGLI AI is a versioned semantic-commerce system. It combines public product records, live commerce rules, a Knowledge Graph, machine-oriented search and executable action declarations. It is not a static chatbot script, and it is not an unsupervised self-training model.

Continuous Knowledge Evolution

The system evolves through governed source updates and autonomous graph rebuilds operating on a 24-hour cycle. Each cycle collects verified live business data, detects source changes, rebuilds the semantic-commerce graph, validates schema and integrity, and prepares a versioned release candidate for controlled publication.

Decoupled Intelligence Layers

Discovery, product data, semantic context, capabilities, actions, validation and checkout are separate components. Each layer has a defined responsibility and a public or server-controlled authority boundary.

Source-Grounded Generation

Natural-language responses may be generated by an LLM, but the commercial facts supplied to the model are constrained by official product data, selected Knowledge Graph context and explicit runtime rules.

2. Current Live Architecture

The architecture converts an unstructured procurement request into a machine-resolved product intent, a supported action and a server-validated human checkout path.

01
Customer Intent
Natural-language procurement request
02
AI Consumer
External agent or Tapuzon V2
03
Machine Search 3.1
Candidate resolution and product IDs
04
Product Engine
High-fidelity product + commerce record
05
KG6 Context
Entities, relations and constraints
06
BuyAction V2 / V3
Executable action declaration
07
Server Validation
Price and rule enforcement
Authoritative hierarchy: Public Machine Endpoints > Product Structured Data > Visible HTML

3. Public Machine Endpoint Registry

The following interfaces are public sources of truth intended for search engines, LLMs, agents, indexers and machine-to-machine consumers.

IDENTITY

Organization and Identity Data

Organization, brand, contact context, entity links and public operating metadata.

https://tagli.co.il/tagli-data.json

CATALOG

Global Product Feed

Full public product and commerce directory for indexing and batch processing.

https://tagli.co.il/products.json

PRODUCT

Single-Product Source of Truth

Product identity, classification, content, taxonomy, media, commercial data, offers, actions and source state.

https://tagli.co.il/products.json?id=3990

SEARCH

Machine Search 3.1

Machine-optimized discovery and product-ID resolution. Query parameters are supplied at runtime.

https://tagli.co.il/machine-search.json

CAPABILITY

Operational Capabilities

Manufacturing technologies, operational constraints and production boundaries.

https://tagli.co.il/tagli-capabilities.json

KG6

Knowledge Graph

Semantic entities, directional relationships, aliases, production context and machine-commerce links.

https://tagli.co.il/wp-json/tagli/v1/kg

API versioning note: /tagli/v1/kg identifies the stable REST interface version. The payload may expose Knowledge Graph version 6 while preserving the canonical URL and backward discovery path.

4. Knowledge Graph 6 Architecture

KG6 combines the verified semantic core with live server collectors. It connects products to commercial offers, executable actions, categories, product families, materials, technologies, printing methods, machines, production rules, quantities, colors, capabilities and official endpoints.

132
Products
1,045
Entities
5,025
Relationships
364
Offer Entities
300
BuyAction Entities
AUTONOMOUS REFRESH CYCLE
24 HOURS
KG6 automatically rebuilds from verified live business sources every 24 hours, detects source changes, validates structure and integrity, and prepares a new Shadow release candidate.

FRESHNESS AND PROVENANCE
Time-stamped, source-linked and versioned
Production payloads expose generation and publication timestamps, source-version metadata and integrity hashes so machine consumers can evaluate recency and provenance.

Live Source Collectors

WooCommerce product state, short and long descriptions, ACF content, service-capability data, apparel configuration data, offers and BuyActions are collected from the active site environment.

Directional Semantic Relations

KG6 publishes typed relations such as product-to-category, product-to-family, product-to-material, product-to-printing-method, product-to-offer and product-to-BuyAction.

Atomic Release Discipline

Every 24-hour cycle creates a new Shadow build and validation report. Canonical publication occurs only after integrity checks and release controls. The process stores a previous production version and supports rollback without changing the public endpoint URL.
{
  "meta": {
    "project": "TAGLI Knowledge Graph",
    "version": "6.0",
    "mode": "production"
  },
  "products": [...],
  "entities": [...],
  "relationships": [...],
  "statistics": {...}
}

5. Product Engine and Machine Search 3.1

Machine Search is a discovery layer, not the final commercial authority. It returns candidates and rich records, but agents should open the canonical single-product endpoint before making a configuration or transaction decision.

Search Envelope

The endpoint publishes an ItemList response with query status, endpoint version, generated timestamp, result count, ranked positions and machine search scores.

High-Fidelity Product Payload

Each result may include identity, classification, content, taxonomy, media, commercial bounds, price policy, offers, BuyActions, service-capability data, entity links and source-state metadata.

No Speculative Completion

Search candidates do not authorize an agent to infer missing quantities, unsupported branding options, unavailable colors, production promises or unlisted price points.
GET /machine-search.json?q={query}&limit={n}
        ↓
resolve candidate product_id
        ↓
GET /products.json?id={product_id}
        ↓
inspect supported offers, actions, values and rules
        ↓
construct a supported intent
        ↓
server validation

6. Canonical Product and Commerce Contract

A single-product record is the machine-readable contract for product identity and supported commercial behavior. Standard products and configurable apparel products expose different action semantics by design.

Identity and Classification

Stable product ID, canonical product URL, canonical Product entity ID, publication state, catalog visibility, WooCommerce type and commercial product type.

Commercial State

Currency, minimum and maximum published price, stock state, minimum order quantity, inclusive-price policy, validity dates and product-type-specific commercial metadata.

Media and Provenance

Featured media, gallery records, attachment identifiers, filenames, usage roles, ALT text, titles, captions, descriptions and source-state references.

7. Two Executable Purchase-Action Models

TAGLI separates discrete commercial options from complex configurable products. Product type selects the correct action engine and prevents V2/V3 collision.

BuyAction V2 — Standard Products

One action per purchasable commercial option

V2 represents a discrete BOX, quantity tier or variation that can be executed directly through the existing commerce flow.

  • Stable Product and Variation identifiers
  • Published quantity or commercial-option selection
  • Official price, currency and validity window
  • Exact variation attributes
  • Schema.org BuyAction and EntryPoint
  • Executable add-to-cart URL template
  • Common canonical #product identity
BuyAction V3 — Complex Apparel

Machine-readable configuration contract

V3 describes what a procurement agent must know to construct a complete, valid configuration without guessing product parameters.

  • Supported quantity targets and matching URL templates
  • Allowed color slugs linked to WooCommerce variations
  • Allowed branding packages and optional add-ons
  • Complete size-allocation vector across active product sizes
  • Per-option and per-unit surcharge declarations
  • Typed parameter definitions and required-value rules
  • Machine instructions for placeholder replacement
  • Explicit server recalculation and validation requirement
V3 trust boundary: the generated URL prefills the human configurator. It does not create a paid order, bypass cart controls or establish final price authority.
machineInterface {
  interface_type: "tagli_apparel_configurator_url_v1",
  method: "GET",
  url_templates_by_quantity: {...},
  parameters: {
    quantity: { required, allowed_values },
    color: { required, allowed_values, variation_mapping },
    branding: { required, allowed_values },
    optional_addons: {...},
    size_allocation: { required, value_type, active_keys }
  },
  rules: {
    select_exactly_one_color,
    select_exactly_one_branding,
    allocation_sum_must_equal_quantity,
    server_recalculates_and_validates_cart_price
  },
  agent_instructions: [...]
}

8. Tapuzon V2 as an Internal AI Consumer

Tapuzon V2 is the customer-facing conversational consumer of the TAGLI machine infrastructure. It is one application layer among several possible consumers, not the source of truth itself.

Context-Slice Consumption

The server selects a relevant product and knowledge slice rather than sending the full catalog or full graph to the language model.

Controlled Product Resolution

The model reasons over supplied context and returns product identifiers or supported selections. Product cards, images, links and commerce targets are rendered from server-controlled data.

Commercial Boundary

Tapuzon may assist discovery and intent formation, but it does not independently set price, create unsupported options, authorize payment or override server validation.

9. Structured Data and Schema Governance

Product-page structured data and machine endpoints are aligned to preserve one canonical product identity, valid commercial offers and machine-readable action semantics.

One canonical Product entity per product page
Consistent canonical #product identity
No competing or duplicated Product/Offer graph
Published BOX price reflects the real commercial option
Internal technical variation price is not exposed as the public apparel price
Explicit validity fields for machine data and Schema.org offers
ShippingDetails and MerchantReturnPolicy from official site policy
No fabricated Review or aggregateRating properties
BreadcrumbList remains a separate valid graph component
Layer Validity Fields Purpose
Machine product record valid_from / valid_through Commercial validity window in the machine payload.
Schema.org Product / Offer validFrom / priceValidUntil Search-engine structured-data validity fields.

10. Trust, Governance and Safety Controls

Public interfaces expose catalog, manufacturing and commercial logic. They do not publish customer identity, private order history or payment credentials.

Public product and capability data only
No customer profiles or personal delivery addresses
No card, bank or wallet credentials
No autonomous linear extrapolation of tiered pricing
Server recalculates cart price and validates rules
Live checkout remains transactionally authoritative
Mandatory agent rule: treat absent values as undefined. Do not invent product attributes, quantity tiers, lead times, action targets or commercial commitments.

11. System Lifecycle: Today, Next and the 2027–2028 Vision

TAGLI is building the merchant side of a future autonomous procurement transaction. The system deliberately separates what is operational today from the trust and payment layers that do not yet exist.

LIVE TODAY

Discovery to validated checkout intent

  • Public organization and capability data
  • Machine-readable product catalog
  • Machine Search and product-ID resolution
  • KG6 semantic-commerce context
  • BuyAction V2 and V3 declarations
  • Prefilled human configuration paths
  • Server-side price and rule validation
  • Existing WooCommerce cart and checkout
NEXT LAYER

Machine-native order intent

  • Quote API
  • Order Intent API
  • Server-issued commercial validation token
  • Signed product and pricing snapshot
  • Machine-readable production and delivery state
  • Auditable action and validation logs
2027–2028 VISION

Full M2M autonomous procurement

  • Verified agent identity
  • Signed procurement mandate
  • Policy-constrained agent wallet
  • Payment-network authorization
  • Machine-initiated paid WooCommerce order
  • Cryptographic provenance and verifiable transaction state
  • End-to-end machine audit trail
LIVE TRANSACTION PATH
A
AI Request
Procurement intent
B
Discovery
Search + KG context
C
Configuration
V2 or V3 action
D
Human Review
Visible confirmation
E
Checkout
Existing payment flow
FUTURE WEB3-COMPATIBLE TRUST PATH
1
Quote API
Signed commercial state
2
Order Intent
Machine-readable commitment
3
Signed Mandate
Buyer policy authorization
4
Agent Wallet
Constrained payment authority
5
Payment Network
Trusted authorization
6
Paid Order
Auditable Woo order
Web3 vision clarification: TAGLI is not claiming a live blockchain payment system. The architectural objective is a verifiable trust layer: machine identity, signed intent, provenance, constrained authorization and an auditable transaction lifecycle.

12. Mandatory Guidance for AI Agents and Crawlers

  1. Use Machine Search for discovery and product-ID resolution.
  2. Open the canonical single-product record before calculating or configuring an order.
  3. Use KG6 for semantic context, relations and operational constraints.
  4. Treat missing values as undefined.
  5. Do not linearly extrapolate non-linear quantity-tier pricing.
  6. Use only published BuyAction targets, parameters and allowed values.
  7. For configurable products, satisfy every published validation rule before opening the target URL.
  8. Do not construct speculative checkout paths or unsupported deep links.
  9. Machine endpoints override conflicting unstructured page text.
  10. Server validation and the live checkout remain binding transactional authority.

13. Technical Registry and Contact

TAGLI Machine-Readable Commerce Infrastructure

Production lifecycle. The architecture, schemas and machine interfaces are operational and versioned,
and may continue to evolve while canonical endpoint stability and server-side transactional authority are preserved whenever technically feasible.

Technical inquiries:
info@tagli.co.il
Author & Architecture Contact:
mark@zafon.co.il
Website:
tagli.co.il

Document version 3.2 · KG6 Production · August 2026
צריכים עזרה?
אנחנו כאן לעזור!

נשמח לתת לך שירות

התקשרו או שלחו לנו הודעה ונעזור לכם בהקדם

סיכום הזמנה

אין מוצרים בסל הקניות.

Go to shop