Skip to content

OndCo/Suite_Studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSuite Studio

OSuite is a Trust Control Plane for AI agents.

Product surfaces

  • Overview (/)
  • Operations (/operations)
  • Tasks (/tasks)
  • Agents (/agents)
  • Trust (/trust/*)
  • Evidence (/evidence)
  • Outcomes (/outcomes)
  • Integrations (/integrations)
  • System (/system)
  • Settings (/settings)

Trust and VEX

  • VEX is integrated as a first-class Trust Engine module.
  • Global trust visibility exists in Overview, Operations, Trust Pipeline, and task-level Trust Engine tabs.
  • VEX module routes: /trust-engines/vex/* and /trust/engines/vex.
  • VEX runs routes: /trust-engines/vex/runs and /trust-engines/vex/runs/:id.

VEX quick start

  1. Ensure .env has DEMO_MODE=true and VEX_SEED_MODE=true.
  2. Open /trust-engines/vex for live seeded activity and quick-start actions.
  3. Use one of:
  • Explore Sample Runs
  • Start a New Verified Run
  • Upload Your Own Content

Local run

cp .env.example .env
npm install
npm run dev

Open http://localhost:3000.

Docker run

docker compose -f docker-compose.yml up --build

Azure deploy

export AZURE_RESOURCE_GROUP=osuite-rg
export AZURE_LOCATION=eastus
./scripts/deploy-azure.sh

Key docs

  • docs/UI_INFORMATION_ARCHITECTURE.md
  • docs/TRUST_CONTROL_PLANE.md
  • docs/VEX_MODULE.md
  • docs/OUTCOME_LAYER.md
  • docs/CONTROL_PLANE_UI.md
  • docs/VEX_INTEGRATION.md
  • docs/VEX_QUICK_START.md
  • docs/VEX_RUN_MODEL.md
  • docs/DEMO_MODE.md
  • docs/TRUST_ENGINE_UX.md
  • docs/BRAND_SYSTEM.md
  • docs/FIGMA_BRAND_MAP.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors