Skip to main content

11 docs tagged with "wrm"

View all tags

Agent Runs

Every time an AI worker is dispatched to perform a task, the system creates an agent run — a structured record of what happened, how long it took, what it cost, and what it produced. Agent runs give you full visibility into worker activity without digging through log files.

Cost Management

Running AI workers costs money — every token processed incurs a charge. WRM's cost management features give you control over spending through budgets, visibility through cost tracking, and resilience through provider failover.

Eval Scorers

When an AI worker completes a task, how do you know whether the work was any good? Eval scorers provide structured quality assessment of agent work — each scorer examines a completed run and produces a numeric score with optional reasoning.

Guardrails

Before an AI worker touches your codebase — and again after it finishes — guardrails run automated safety checks to catch problems early. They act as gatekeepers: a guardrail can warn you about a potential issue or block a dispatch entirely.

Human-in-the-Loop

Not every change should be merged without a human looking at it first. Human-in-the-loop (HITL) adds approval gates to the agent workflow — high-risk work items pause after the merge request is created and wait for a human to review and approve before proceeding.

Orchestration

Complex work rarely fits into a single task for a single agent. Orchestration lets you decompose large initiatives into coordinated work items that are dispatched in the right order, run in parallel where possible, and roll up into a unified result when complete.

Providers, Models, and Credentials

WRM organises AI model access through a three-tier stack: providers, models, and availabilities. This page explains how the tiers relate, how credentials are managed, and how worker definitions select which models to use.

Role Memories

Role memories are persistent knowledge entries attached to a role. They allow AI workers to accumulate learning, preferences, and context over time — so that a worker picking up a role does not start from scratch every time.

Worker Definitions and Workers

WRM separates the template for a worker from the running instance. A worker definition is the template; a worker is the instance. This page explains how the two relate, what each contains, and how to create custom worker definitions.

Worker Management Overview

The WRM module provides a unified way to define, configure, and manage workers across your organisation. A "worker" in Raytio is any entity that performs work — a human team member, an AI agent, or an automated service. WRM gives each worker a structured identity and tracks the resources it needs to operate.

Worker Relationship Management (WRM)

Raytio's Worker Relationship Management (WRM) module describes every worker — human or AI — and everything required to spin one up: role, template, system prompt, model stack, and toolset. WRM brings structured worker identity and resource management into the platform with the same access control and multi-tenancy guarantees as the rest of Raytio.