AI Workforce

Overview

The AI Workforce area is where platform administrators configure the AI infrastructure that powers the platform’s agents, coworkers, and automated capabilities. It manages which AI providers are active, how models are selected for different tasks, how the platform behaves when a provider is unavailable, and how agent authority and governance are enforced.

Key Concepts

What You Can Do

Reading Runtime Health

Runtime Health explains infrastructure in terms of enabled capabilities. Required — unavailable needs attention because an enabled capability depends on that local service. Optional — inactive is expected when its capability is disabled and does not make the platform unhealthy. Optional — degraded means the capability is enabled but its local service is unavailable. External — provider managed reports reconciled provider evidence rather than pretending the provider is a local container. Each state includes text and an action; color is supplementary.

Authority & Governance

The Authority tab (/platform/ai/authority) provides visibility into the agent governance model:

Agent Authority Overview

Each agent card shows:

Tool Execution Log

Every tool call — not just proposals — is recorded in the ToolExecution table with:

Filter by agent, tool name, success/failure, or time range to answer questions like:

Effective Permissions

Agent tool availability is the intersection of two authority systems:

  1. User role capabilities — what the logged-in user’s platform role allows (HR-000 through HR-500)
  2. Agent tool grants — what the agent’s declared grants in agent_registry.json permit

An action is only possible if BOTH allow it. This prevents agents from exceeding their design scope, even when triggered by a user with broad permissions.

Tool Evaluation Pipeline

External tools must be evaluated before adoption (EP-GOVERN-002). The pipeline runs 6 agents with different perspectives:

Agent Role What It Checks
AGT-112 (Gap Analysis) Discovery Scout Searches registries, finds 2-5 candidates
AGT-190 (Security Auditor) Security Review CoSAI 12-category threat checklist
AGT-181 (Architecture Guardrail) Architecture Fit Trust boundaries, coupling, API surface
AGT-902 (Data Governance) Compliance License, data residency, regulatory
AGT-131 (SBOM Management) Integration Test Sandboxed install, smoke tests, rollback
AGT-111 (Investment Analysis) Risk Adjudicator Final GO/CONDITIONAL/REJECT verdict

Approved tools are version-pinned with conditions and scheduled for periodic re-evaluation.

Development Surfaces

Build Studio is the guided in-product development surface. Claude, Codex, and Grok are first-class external agent surfaces for contributors who need direct source access. All of them use the same DPF MCP coordination plane, branch/worktree isolation, evidence gates, documentation impact check, DCO-signed PR process, and release-readiness rules.

Use Agent Development Environments to set up those external clients, and Build Studio for the guided operator workflow.