Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AngelP17/FAB-SIM

Repository files navigation

TradeOS

The Operating System for Free Trade Zones

AI customs agent -> predictive logistics -> invoice factoring -> tamper-evident proof rails.


One-Liner

TradeOS uses AI to convert messy shipping documents into schema-bound events, then runs predictive logistics and invoice factoring decisions with deterministic, auditable evidence.

Primary Value Props

  • Vision-to-Hash ingestion (unstructured -> structured)
  • AI customs agent service (document-to-entry automation)
  • predictive logistics service (route and risk forecasts)
  • invoice factoring service (risk-scored financing decisions)
  • Deterministic replay (seed-consistent proofs)
  • Tamper-evident ledger (hash chains + Merkle batching)
  • Sealed financial artifacts (immutable artifacts)

Current Repository State (Truthful)

This repository currently contains:

  • apps/web: Vite + React landing + console demo
  • Console workspaces simulation for:
    • AI customs agent
    • predictive logistics
    • invoice factoring
    • actionable step controls (Run Intake, Recompute Forecast, Issue Advance, Run Full Chain)
  • packages/config-ts: shared TypeScript config package
  • packages/types: shared domain types package (@truthgrid/types)
  • packages/crypto: shared crypto utilities package (@truthgrid/crypto)
  • Turborepo + pnpm workspace orchestration

Not yet implemented in this repo:

  • apps/api
  • apps/docs
  • shared UI package (@truthgrid/ui)
  • CI workflows under .github/workflows

Quick Start

pnpm install
pnpm dev

Useful commands:

pnpm lint
pnpm typecheck
pnpm test
pnpm build

Repository Layout

FAB-SIM/
 apps/
 web/
 packages/
 config-ts/
 types/
 crypto/
 tooling/
 README.md
 AGENTS.md
 FAB-SIM.md
 CODING-STANDARDS.md
 PROJECT-ROADMAP.md
 PROJECT-EXECUTION-LOG.md
 ML-SYSTEM-DESIGN-ANALYSIS.md
 SHOWCASE-GUIDE.md

Documentation


Verified by Command Output

Date: 2026年02月12日

pnpm lint
# success (turbo + @truthgrid/types + @truthgrid/crypto + @truthgrid/web)
pnpm typecheck
# success
pnpm test
# success (currently build-backed pipeline; dedicated tests still to add)
pnpm build
# success
# notable bundle outputs:
# - main app chunk ~364.94 kB
# - console chunk ~8.60 kB
# - AI demo chunk ~51.44 kB

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /