Skip to main content
The Work Ledger contains records of TWU executions and work operations. Each entry tracks execution details, policy compliance, and metrics.

Fields

  • id (string) - Entry identifier
  • title (string) - Entry title
  • description (string) - Entry description
  • type (string) - Entry type (e.g., “TWU”)
  • status (string) - Execution status (e.g., “completed”, “in_progress”)
  • createdAt (timestamp) - Creation timestamp
  • updatedAt (timestamp) - Last update timestamp
  • entityId (string) - Related entity identifier
  • relatedEntity (string) - Related entity display name
  • actors (array) - Actor types: [“AI”], [“HUMAN”], or [“AI”, “HUMAN”]
  • activeTime (number) - Active time in seconds
  • cost (number) - Cost in dollars
  • policyStatus (string) - Policy compliance status: “compliant”, “non_compliant”, “review_required”
  • modelName (string) - TWU model name used
Source: Feature Inventory - Core Objects (Work Ledger Entry)

Policy Status

Work ledger entries track policy compliance:
  • compliant - Entry meets all policy requirements
  • non_compliant - Entry violates policy requirements
  • review_required - Entry needs manual review
Source: Feature Inventory - Evidence + Audit Concepts (Audit)

Actors

Entries track which types of actors performed the work:
  • AI - Work performed by AI agents
  • HUMAN - Work performed by human agents
  • AI, HUMAN - Hybrid work involving both
Source: Feature Inventory - Core Objects (Work Ledger Entry)

Metrics

Each entry tracks:
  • Active Time - Time spent in seconds
  • Cost - Cost in dollars
  • Model Name - TWU model used for execution
Source: Feature Inventory - Core Objects (Work Ledger Entry)