Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 3.93 KB

File metadata and controls

81 lines (63 loc) · 3.93 KB

Veil Docs

This directory is the canonical documentation entry for Veil.

Veil is being built as an agent-operated AI capacity marketplace. Today the canonical runtime surface is an AI inference routing system with four primary runtime roles:

  • Consumer: local OpenAI-compatible gateway
  • Relay: verification, routing, limits, and witness
  • Provider: upstream execution
  • Bootstrap: Relay discovery

The target market surface adds Claw automation, sell-side policy, and settlement flows on top of this runtime baseline.

Choose A Path

System At A Glance

Client -> Consumer Gateway -> Relay -> Provider -> Upstream AI
                     \-> Budget      \-> Witness
Bootstrap -> Relay discovery
RBOB -> contribution accounting

Documentation Sections

Module Index

The module docs are organized by implementation boundary:

Naming Convention

  • top-level design categories use kebab-case nouns: product-design, technical-design, design-governance
  • each directory entry file is README.md (or README.zh.md)
  • paired bilingual documents use .md and .zh.md with identical base names

Language

  • English entry: README.md
  • Chinese entry: README.zh.md

Every documentation directory follows the same convention.