Live SWAT and HRT element accountability with real-time CoT blue-force tracking. Register operators by element, manage check-in intervals, detect missed check-ins automatically, and generate AI-powered readiness briefings for command.
The Operator Status Board maintains a DuckDB roster of all registered operators keyed to their element assignment (ALPHA, BRAVO, ENTRY, CONTAIN, SNIPER, etc.). Each operator record stores their last known status, check-in time, callsign, and ATAK UID so their blue-force CoT marker can be correlated to their accountability record.
Before breach, the team leader runs an accountability check through the AI agent: “Give me a readiness summary.” The agent queries the DuckDB roster, identifies any operators with missed check-ins or degraded status, and returns a formatted element summary. If all operators are GREEN, the team leader has AI-confirmed accountability before issuing execute authority.
Status values provide a standardized vocabulary across the entire tactical picture, from pre-mission staging through exploitation.
operator_statusThe operator_status AI agent tool exposes the full accountability service to natural language queries. Operators can be registered, updated, and queried through conversational commands. The tool also surfaces missed check-in warnings proactively when the agent detects operators who are overdue.
During a prolonged barricaded-subject incident, the incident commander asks the AI agent: “Who hasn’t checked in?” The agent runs getMissedCheckins(), identifies two CONTAIN element operators who are overdue, and returns their callsigns and last known location — prompting the IC to dispatch a welfare check before the situation escalates.