zambot_drift
Detect strategic drift — the silent divergence between what an agent was built to do and what it's actually doing. Pass the original goal and a list of current outputs/behaviors. Returns drift_score (0–100), severity (none/low/medium/high/critical), drift_vector (what changed), alignment_remaining (what's still on track), and a specific correction with priority and time-to-realign estimate. Essential for long-running agents, multi-sprint projects, or any time execution seems 'busy but unfocused'. 2 free/day. No auth required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Optional context — time elapsed, team size, sprint number, constraints (max 500 chars) | |
| original_goal | Yes | The original stated goal or mission (what the agent/project was supposed to do) | |
| current_outputs | Yes | List of current agent outputs, actions taken, or recent behaviors (1–20 strings, each max 500 chars). Example: ['built auth system', 'added 12 UI components', 'wrote API docs', 'fixed 40 bugs'] |