Documentation
operations-manager-research-process-health-analyst
arx-ecosystem / reference-agents/operations-manager-research-process-health-analyst/README.md
> Surfaces process health across the manager's ops scope — throughput, cycle time, bottleneck locations, vendor SLA adherence.
Cell: operations.manager · Shape: research · Source: arx-reference
Reference agent conforming to MANIFEST_FRAMEWORK.md. Apache 2.0 — fork, modify, or replace; the governance layer underneath stays.
What it does
Given a list of process or domain IDs:
- Pulls supporting context through ARX-governed connectors
- Applies the process health research logic
- Returns a structured process health report for human review (or
auto-action if within declared low-risk scope)
- Streams every action to the customer's hash-chained personnel record
Governance posture
- Onboarding — credentials issued at runtime, scoped per-call
- Supervision — writes to (none — read-only) require manager approval
- Evaluation — drift detection against
manifests/job_description.yaml - Records — every action to customer S3 personnel-record bucket
- Termination — one-button revoke + halt + exit attestation
Endpoints
| Method | Path | Description | | ------ | ----------- | ----------- | | POST | /act | Plan a process health research pass against process or domain IDs | | POST | /execute | Execute the plan | | GET | /status | Liveness + manifest sha256 + cell + shape |
Run locally
``bash docker build -t operations-manager-research-process-health-analyst:dev . docker run --rm -p 8100:8100 operations-manager-research-process-health-analyst:dev curl -s http://localhost:8100/status | jq ``