Public documentation for governed AI labor
SDKs/Governance/Connectors
Arx / Docs / operations-manager-coordination-vendor-program-orchestrator

Documentation

operations-manager-coordination-vendor-program-orchestrator

Project-Agent-trust-merge / reference-agents/operations-manager-coordination-vendor-program-orchestrator/README.md

Project-Agent-trust-merge reference-agents reference-agents/operations-manager-coordination-vendor-program-orchestrator/README.md

> Orchestrates vendor programs — tracks deliverables, routes SLA breaches, schedules reviews, escalates non-performance across procurement and legal.

Cell: operations.manager · Shape: coordination · Source: arx-reference

Reference agent conforming to MANIFEST_FRAMEWORK.md. Apache 2.0 — fork, modify, or replace; the governance layer underneath stays.

What it does

Given a list of vendor program IDs:

  1. Pulls supporting context through ARX-governed connectors
  2. Applies the vendor program coordination logic
  3. Returns a structured program state for human review (or

auto-action if within declared low-risk scope)

  1. Streams every action to the customer's hash-chained personnel record

Governance posture

  • Onboarding — credentials issued at runtime, scoped per-call
  • Supervision — writes to jira, slack, google-calendar require manager approval
  • Evaluation — drift detection against manifests/job_description.yaml
  • Records — every action to customer S3 personnel-record bucket
  • Termination — one-button revoke + halt + exit attestation

Endpoints

| Method | Path | Description | | ------ | ----------- | ----------- | | POST | /act | Plan a vendor program coordination pass against vendor program IDs | | POST | /execute | Execute the plan | | GET | /status | Liveness + manifest sha256 + cell + shape |

Run locally

``bash docker build -t operations-manager-coordination-vendor-program-orchestrator:dev . docker run --rm -p 8100:8100 operations-manager-coordination-vendor-program-orchestrator:dev curl -s http://localhost:8100/status | jq ``