AI Workforce

Last updated 2026-04-24 · Codex

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

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.